Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[Unit]
|
|
Description=Clipmenu daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/clipmenud
|
|
Restart=always
|
|
RestartSec=500ms
|
|
|
|
MemoryDenyWriteExecute=yes
|
|
NoNewPrivileges=yes
|
|
ProtectControlGroups=yes
|
|
ProtectKernelTunables=yes
|
|
RestrictAddressFamilies=
|
|
RestrictRealtime=yes
|
|
|
|
# We don't need to do any clean up, so if something hangs (borked xclip, etc),
|
|
# it's going to stay that way. Just forcefully kill and get it over with.
|
|
TimeoutStopSec=2
|
|
|
|
[Install]
|
|
WantedBy=default.target
|