Skip to content

Instantly share code, notes, and snippets.

@taoyuan
Created June 21, 2017 05:53
Show Gist options
  • Save taoyuan/615dd3ba4a2035ea9db8bcbc1579ac1b to your computer and use it in GitHub Desktop.
Save taoyuan/615dd3ba4a2035ea9db8bcbc1579ac1b to your computer and use it in GitHub Desktop.
pigpiod systemd script
[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