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