From 78f588c06a8ae6e6133b944dff43cbd28ffa8857 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 21 Feb 2017 06:57:40 -0800 Subject: [PATCH] [Linux] sparkleshare is a simple service --- dotfiles/config/systemd/user/sparkleshare.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/systemd/user/sparkleshare.service b/dotfiles/config/systemd/user/sparkleshare.service index 867cbc23..fdf401ba 100644 --- a/dotfiles/config/systemd/user/sparkleshare.service +++ b/dotfiles/config/systemd/user/sparkleshare.service @@ -6,7 +6,7 @@ After=taffybar.service [Service] ExecStart=/usr/bin/sparkleshare start ExecStop=/usr/bin/sparkleshare stop -Type=forking +Type=simple [Install] WantedBy=wm.target