mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 23:03:40 +00:00
19 lines
310 B
Desktop File
19 lines
310 B
Desktop File
[Unit]
|
|
Description=Clipmenu daemon
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/clipmenud
|
|
Restart=always
|
|
RestartSec=500ms
|
|
Environment=DISPLAY=:0
|
|
|
|
MemoryDenyWriteExecute=yes
|
|
NoNewPrivileges=yes
|
|
ProtectControlGroups=yes
|
|
ProtectKernelTunables=yes
|
|
RestrictAddressFamilies=
|
|
RestrictRealtime=yes
|
|
|
|
[Install]
|
|
WantedBy=default.target
|