From fb2e36763dd7e793d59725be6b5c7685926724d5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 13 Sep 2016 13:54:16 -0700 Subject: [PATCH] Add sparkleshare unit to user systemd --- dotfiles/config/systemd/user/sparkleshare.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dotfiles/config/systemd/user/sparkleshare.service 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