summaryrefslogtreecommitdiff
path: root/systemd/webiot.service
blob: 68f2186e523616d4327e72a27faec81688a667d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

[Unit]
Description=An IoT webserver
After=network.target

[Service]
User=webiot
Group=webiot
ExecStart=/usr/bin/webiot

[Install]
WantedBy=multi-user.target