summary history branches tags files
commit:5dd06665d38c70f3f100d253e98be3c82e453efc
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Aug 14 22:04:22 2024 -0400
parents:d4809e57e4f54be0795dc3f41a013f467fc90657
fix executable path in systemd service file
diff --git a/resources/circadian.service b/resources/circadian.service
line changes: +1/-1
index 3e7338e..4b84927
--- a/resources/circadian.service
+++ b/resources/circadian.service
@@ -4,7 +4,7 @@ Description=Circadian power management service
 [Service]
 Type=simple
 User=root
-ExecStart=/usr/bin/circadian
+ExecStart=/usr/local/bin/circadian
 Restart=on-failure
 
 [Install]