[Linux] Use /usr/bin/env to start user services
This commit is contained in:
parent
0a2f736476
commit
2cb7966374
@ -3,8 +3,8 @@ Description=compton
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/compton -cC
|
||||
ExecStop=/usr/bin/pkill compton
|
||||
ExecStart=/usr/bin/env compton -cC
|
||||
ExecStop=/usr/bin/env pkill compton
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
||||
|
@ -3,7 +3,7 @@ Description=imwheel
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/imwheel -b 45
|
||||
ExecStart=/usr/bin/env imwheel -b 45
|
||||
ExecStop=/usr/bin/pkill imwheel
|
||||
RemainAfterExit=yes
|
||||
|
||||
|
@ -5,7 +5,7 @@ After=status-notifier-watcher.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/nm-applet --sm-disable --indicator
|
||||
ExecStart=/usr/bin/env nm-applet --sm-disable --indicator
|
||||
ExecStop=/usr/bin/pkill nm-applet
|
||||
|
||||
[Install]
|
||||
|
@ -3,7 +3,7 @@ Description=volnoti
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/volnoti -n -v
|
||||
ExecStart=/usr/bin/env volnoti -n -v
|
||||
ExecStop=/usr/bin/pkill volnoti
|
||||
|
||||
[Install]
|
||||
|
Loading…
Reference in New Issue
Block a user