Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy One - pigpiod_low.servic Executable path is not absolute #487

Closed
mrplow opened this issue May 31, 2018 · 1 comment
Closed

Easy One - pigpiod_low.servic Executable path is not absolute #487

mrplow opened this issue May 31, 2018 · 1 comment

Comments

@mrplow
Copy link

mrplow commented May 31, 2018

Mycodo Issue Report:

  • Specific Mycodo Version: 6.1.2

Errors

  • was reviewing dmesg output and noticed:
    [ 2.928481] systemd[1]: [/home/pi/Mycodo/install/pigpiod_low.service:8] Executable path is not absolute, ignoring: killall pigpiod

Steps to Reproduce the issue:

dmesg

Additional Notes

it'll try figure out git one day and make pull requests for simple fixes like these one day...

pi@raspberrypi:~ $ cat /tmp/fix.patch 
--- /home/pi/Mycodo/install/pigpiod_low.service	2018-05-23 06:26:23.000000000 -0700
+++ /home/pi/Mycodo/install/pigpiod_low.service.fix	2018-05-30 18:14:00.733356438 -0700
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 ExecStart=/usr/local/bin/pigpiod -s 1
-ExecStop=killall pigpiod
+ExecStop=/usr/bin/killall pigpiod
 ExecReload=/bin/kill -HUP $MAINPID
 Restart=always
 RestartSec=5s
@kizniche
Copy link
Owner

kizniche commented Jun 4, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants