mirror of https://github.com/joan2937/pigpio
Add systemd service file
This commit is contained in:
parent
1aa4cca8a6
commit
388d0e6a1e
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Pigpio daemon
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=simple
|
||||||
|
ExecStart=/usr/bin/pigpiod -g
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Reference in New Issue