clipmenu-spmenu/init/clipmenud.service
Chris Down 358f796d4c init: Don't set $DISPLAY
Nowadays the desktop pushes the appropriate DISPLAY and WAYLAND_DISPLAY
values into the per-user systemd environment, so this isn't needed.

Also see #131.
2020-06-09 15:20:57 +01:00

18 lines
287 B
Desktop File

[Unit]
Description=Clipmenu daemon
[Service]
ExecStart=/usr/bin/clipmenud
Restart=always
RestartSec=500ms
MemoryDenyWriteExecute=yes
NoNewPrivileges=yes
ProtectControlGroups=yes
ProtectKernelTunables=yes
RestrictAddressFamilies=
RestrictRealtime=yes
[Install]
WantedBy=default.target