mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
6e2b9d8cca
Signed-off-by: Grzegorz Blach <grzegorz@blach.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
184 B
Desktop File
11 lines
184 B
Desktop File
[Unit]
|
|
Description=Pigpio daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/default/pigpio
|
|
ExecStart=/usr/bin/pigpiod -g $PIGPIOD_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|