From de20cd94c668e221e0c535f630d7ea0ce9f41661 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 11 Jul 2018 20:30:35 -0700 Subject: [PATCH] [Linux] Service cleanup --- .../systemd/user/github-notifications.service | 4 ++-- dotfiles/config/systemd/user/pasystray.service | 2 +- dotfiles/config/systemd/user/remmina.service | 13 ------------- 3 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 dotfiles/config/systemd/user/remmina.service diff --git a/dotfiles/config/systemd/user/github-notifications.service b/dotfiles/config/systemd/user/github-notifications.service index 2fac459d..3f26ee3a 100644 --- a/dotfiles/config/systemd/user/github-notifications.service +++ b/dotfiles/config/systemd/user/github-notifications.service @@ -5,8 +5,8 @@ After=taffybar.service [Service] Type=simple -ExecStart=/usr/bin/env notifications-tray-icon --github-pass-token github-token -ExecStop=/usr/bin/pkill 'notifications-tray-icon --github-pass-token github-token' +ExecStart=/usr/bin/env notifications-tray-icon --github-token-pass github-token +ExecStop=/usr/bin/pkill 'notifications-tray-icon --github-token-pass github-token' [Install] WantedBy=wm.target diff --git a/dotfiles/config/systemd/user/pasystray.service b/dotfiles/config/systemd/user/pasystray.service index 16c0c5c9..3997b938 100644 --- a/dotfiles/config/systemd/user/pasystray.service +++ b/dotfiles/config/systemd/user/pasystray.service @@ -6,7 +6,7 @@ After=taffybar.service [Service] Type=simple ExecStart=/usr/bin/env pasystray -ExecStop=/usr/bin/pkill pasystray +ExecStop=/usr/bin/env pkill pasystray [Install] WantedBy=wm.target diff --git a/dotfiles/config/systemd/user/remmina.service b/dotfiles/config/systemd/user/remmina.service deleted file mode 100644 index f6d497ca..00000000 --- a/dotfiles/config/systemd/user/remmina.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=remmina -Wants=taffybar.service -After=taffybar.service - -[Service] -Type=simple -ExecStart=/usr/bin/remmina -i -ExecStop=/usr/bin/pkill remmina -RemainAfterExit=Yes - -[Install] -WantedBy=wm.target