Add sparkleshare unit to user systemd

This commit is contained in:
Ivan Malison 2016-09-13 13:54:16 -07:00
parent 982a9efb78
commit fb2e36763d
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View 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