[systemd] Clean up spotify service

This commit is contained in:
2016-09-19 12:11:26 -07:00
parent 86296a4b13
commit 52099f59ae

View File

@@ -1,11 +1,9 @@
[Unit] [Unit]
Description=Sparkleshare Client Description=Sparkleshare
After=xorg.target
[Service] [Service]
ExecStart=/usr/bin/sparkleshare start ExecStart=/usr/bin/sparkleshare start
ExecStop=/usr/bin/sparkleshare stop ExecStop=/usr/bin/sparkleshare stop
ExecRestart=/usr/bin/sparkleshare restart
Type=forking Type=forking
[Install] [Install]