[Linux] Use env pkill instead of pkill for systemd service commands

This commit is contained in:
2019-01-01 09:33:38 -08:00
parent 9d5664bd1e
commit cfa2861f3e
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ After=status-notifier-watcher.service
[Service]
Type=simple
ExecStart=/usr/bin/env alarm-clock-applet
ExecStop=/usr/bin/pkill alarm-clock-applet
ExecStop=/usr/bin/env pkill alarm-clock-applet
[Install]
WantedBy=wm.target