diff --git a/dotfiles/config/systemd/user/sparkleshare.service b/dotfiles/config/systemd/user/sparkleshare.service new file mode 100644 index 00000000..871ecfc1 --- /dev/null +++ b/dotfiles/config/systemd/user/sparkleshare.service @@ -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