summaryrefslogtreecommitdiff
path: root/webiot/webiot.service
blob: f331d60b0d4dc7e34766b112e27852204d10ecdd (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=IoT server with web interface
After=network.target

[Service]
User=webiot
Group=webiot
ExecStart=/usr/bin/webiot -c /etc/webiot/config.json

[Install]
WantedBy=multi-user.target