summaryrefslogtreecommitdiff
path: root/systemd/sia-server.service
blob: 3738d9a6115f71d096d45db1604b651040fb652d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Sia IoT server
After=network.target mosquitto.service
Wants=network.target mosquitto.service

[Service]
User=sia-server
Group=sia-server
ExecStart=/usr/bin/sia-server -config /etc/sia-server/config.json

[Install]
WantedBy=multi-user.target