forked from colonelpanic/dotfiles
Add sparkleshare unit to user systemd
This commit is contained in:
parent
982a9efb78
commit
fb2e36763d
12
dotfiles/config/systemd/user/sparkleshare.service
Normal file
12
dotfiles/config/systemd/user/sparkleshare.service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Sparkleshare Client
|
||||||
|
After=xorg.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/sparkleshare start
|
||||||
|
ExecStop=/usr/bin/sparkleshare stop
|
||||||
|
ExecRestart=/usr/bin/sparkleshare restart
|
||||||
|
Type=forking
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user