No need to use full path of ExecStart executable (it's in /usr/local/bin)
This commit is contained in:
parent
2d6ffccea8
commit
ae32ba4ae4
@ -4,7 +4,7 @@ PartOf=multi-user.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/local/sbin/psi-monitor
|
ExecStart=psi-monitor
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
Loading…
Reference in New Issue
Block a user