summarylogtreecommitdiffstats
path: root/blynk.service
blob: b1c587e498f84d1d01f2322eddde3001de8803cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Starts and stops the Blynk server daemon

[Service]
User=blynk
Group=blynk
Restart=on-failure
RestartSec=10
ExecStart=/usr/bin/blynk-start.sh

[Install]
WantedBy=multi-user.target