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]