summaryrefslogtreecommitdiff
path: root/_wip/pigpio-git/pigpiod.service
blob: 99b9400ca1fdf3d96a026b0164e361b39286ec85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=pigpio daemon
After=multi-user.target

[Service]
Type=forking
Restart=on-failure
ProtectSystem=full
ProtectHome=true

ExecStart=/usr/bin/pigpiod

[Install]
WantedBy=multi-user.target