From 52099f59ae8407ebc158957cf58911ea030c44a2 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 19 Sep 2016 12:11:26 -0700 Subject: [PATCH] [systemd] Clean up spotify service --- dotfiles/config/systemd/user/sparkleshare.service | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotfiles/config/systemd/user/sparkleshare.service b/dotfiles/config/systemd/user/sparkleshare.service index 871ecfc1..c42f51a7 100644 --- a/dotfiles/config/systemd/user/sparkleshare.service +++ b/dotfiles/config/systemd/user/sparkleshare.service @@ -1,11 +1,9 @@ [Unit] -Description=Sparkleshare Client -After=xorg.target +Description=Sparkleshare [Service] ExecStart=/usr/bin/sparkleshare start ExecStop=/usr/bin/sparkleshare stop -ExecRestart=/usr/bin/sparkleshare restart Type=forking [Install]