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