No need to use full path of ExecStart executable (it's in /usr/local/bin)

This commit is contained in:
Trey Blancher 2023-08-07 22:39:05 -04:00
parent 2d6ffccea8
commit ae32ba4ae4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PartOf=multi-user.target
[Service]
Type=simple
ExecStart=/usr/local/sbin/psi-monitor
ExecStart=psi-monitor
[Install]
WantedBy=multi-user.target