From ae32ba4ae44a2439261ef118955ecbce45277f4c Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Mon, 7 Aug 2023 22:39:05 -0400 Subject: [PATCH] No need to use full path of ExecStart executable (it's in /usr/local/bin) --- psi-monitor.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psi-monitor.service b/psi-monitor.service index 4d24042..085a9c4 100644 --- a/psi-monitor.service +++ b/psi-monitor.service @@ -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