[Linux] Add copyq and screencould services

This commit is contained in:
Ivan Malison 2016-09-22 22:20:30 -07:00
parent a95b8c1f42
commit b0c3d8a0a4
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=CopyQ
[Service]
Type=simple
ExecStart=/usr/bin/copyq
ExecStop=/usr/bin/pkill copyq
[Install]
WantedBy=graphical.target

View File

@ -0,0 +1,10 @@
[Unit]
Description=ScreenCloud
[Service]
Type=simple
ExecStart=/usr/bin/screencloud
ExecStop=/usr/bin/pkill screencloud
[Install]
WantedBy=graphical.target