summaryrefslogtreecommitdiff
path: root/gpiodaemon/gpiodaemon.service
blob: 216697e316395335882f7744e161b3065dcdb1ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Gpio daemon

[Service]
Restart=always
RestartSec=2
ExecStart=/usr/sbin/gpiodaemon
StartLimitInterval=0
Type=simple

[Install]
WantedBy=default.target