From 627b6c531778aca66918143404bb0fdf694e1049 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 25 Jun 2018 19:06:54 -0700 Subject: [PATCH] [Linux] Remove sparkleshare service --- dotfiles/config/systemd/user/sparkleshare.service | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 dotfiles/config/systemd/user/sparkleshare.service diff --git a/dotfiles/config/systemd/user/sparkleshare.service b/dotfiles/config/systemd/user/sparkleshare.service deleted file mode 100644 index fdf401ba..00000000 --- a/dotfiles/config/systemd/user/sparkleshare.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Sparkleshare -Wants=taffybar.service -After=taffybar.service - -[Service] -ExecStart=/usr/bin/sparkleshare start -ExecStop=/usr/bin/sparkleshare stop -Type=simple - -[Install] -WantedBy=wm.target