blob: 92c7952d7b3759604ba000e3927658a52da491c9 (
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
[Service]
Type=simple
User=hopglass-server
Group=nobody
StateDirectory=hopglass-server
WorkingDirectory=/var/lib/hopglass-server/
ExecStart=/usr/bin/hopglass-server --config /etc/hopglass-server/config.json
Restart=always
[Install]
WantedBy=multi-user.target
|