RaspberrPi project source code
guowenxue
6 hours ago 3ef6cf39749c00366b12aef9f023aac3bda16f2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=RaspberryPi Auto light program Service
After=network.target
 
[Service]
Type=simple
ExecStartPre=/bin/rm -f /tmp/.lightd.pid /var/log/lightd.log
ExecStart=/usr/bin/lightd -c /etc/lightd.conf
 
Restart=always
RestartSec=2
 
[Install]
WantedBy=multi-user.target