13 lines
226 B
SYSTEMD
13 lines
226 B
SYSTEMD
|
[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
|