mirror of https://github.com/joan2937/pigpio
10 lines
124 B
SYSTEMD
10 lines
124 B
SYSTEMD
|
[Unit]
|
||
|
Description=Pigpio daemon
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/pigpiod -g
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|