1
0
Fork 0

Add systemd unit

This commit is contained in:
Gregory Eremin 2020-08-28 17:41:16 +02:00
parent b0cb3723f9
commit d7da0a33f9
1 changed files with 8 additions and 0 deletions

8
wl-clipsync.service Normal file
View File

@ -0,0 +1,8 @@
[Unit]
Description=Synchronizes primary and clipboard paste buffers
[Service]
ExecStart=wl-clipsync -i 300ms
[Install]
WantedBy=default.target