RaspberrPi project source code
guowenxue
13 hours ago 4291c22ef445b8f94d2bcf1a7a3f531d3d9f6121
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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
ExecStop=/bin/rm -f /tmp/.lightd.pid
 
Restart=always
RestartSec=2
 
[Install]
WantedBy=multi-user.target