clipmenu

Simple clipboard management using dmenu
git clone https://git.sinitax.com/cdown/clipmenu
Log | Files | Refs | README | LICENSE | sfeed.txt

clipmenud.service (458B)


      1[Unit]
      2Description=Clipmenu daemon
      3
      4[Service]
      5ExecStart=/usr/bin/clipmenud
      6Restart=always
      7RestartSec=500ms
      8
      9MemoryDenyWriteExecute=yes
     10NoNewPrivileges=yes
     11ProtectControlGroups=yes
     12ProtectKernelTunables=yes
     13RestrictAddressFamilies=
     14RestrictRealtime=yes
     15
     16# We don't need to do any clean up, so if something hangs (borked xclip, etc),
     17# it's going to stay that way. Just forcefully kill and get it over with.
     18TimeoutStopSec=2
     19
     20[Install]
     21WantedBy=default.target