[Linux] Add copyq and screencould services
This commit is contained in:
parent
a95b8c1f42
commit
b0c3d8a0a4
10
dotfiles/config/systemd/user/copyq.service
Normal file
10
dotfiles/config/systemd/user/copyq.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=CopyQ
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/copyq
|
||||
ExecStop=/usr/bin/pkill copyq
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
10
dotfiles/config/systemd/user/screencloud.service
Normal file
10
dotfiles/config/systemd/user/screencloud.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=ScreenCloud
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/screencloud
|
||||
ExecStop=/usr/bin/pkill screencloud
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
Loading…
Reference in New Issue
Block a user