Add systemd unit
This commit is contained in:
parent
b0cb3723f9
commit
d7da0a33f9
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Synchronizes primary and clipboard paste buffers
|
||||
|
||||
[Service]
|
||||
ExecStart=wl-clipsync -i 300ms
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in New Issue