summarylogtreecommitdiffstats
path: root/hopglass-server@.service
blob: 8529aa3e94898c1be14eb49c9d1cbb6c16ebaee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=The HopGlass Server collects data from the Freifunk network (%I)

[Service]
Type=simple
User=hopglass-server
Group=nobody
StateDirectory=hopglass-server/%I
WorkingDirectory=/var/lib/hopglass-server/%I/
ExecStart=/usr/bin/hopglass-server --config /etc/hopglass-server/%I/config.json
Restart=always

[Install]
WantedBy=multi-user.target