Created
June 21, 2017 05:53
-
-
Save taoyuan/615dd3ba4a2035ea9db8bcbc1579ac1b to your computer and use it in GitHub Desktop.
pigpiod systemd script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Gpio daemon | |
[Service] | |
ExecStart=/usr/local/bin/pigpiod | |
Type=forking | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment