1
0
Fork 0
dotfiles/systemd/autocutsel.service

13 lines
226 B
SYSTEMD
Raw Normal View History

2023-02-22 14:33:55 +00:00
[Unit]
Description=Autocutsel
[Service]
Type = forking
Restart = on-failure
RestartSec = 10
ExecStartPre = /usr/bin/autocutsel -fork
ExecStart = /usr/bin/autocutsel -selection PRIMARY -fork
[Install]
WantedBy=default.target