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

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

[Install]
WantedBy=multi-user.target