summarylogtreecommitdiffstats
path: root/whip-server.service
blob: b370e97d14083ca0a5ed524ad0a09aaba7265a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=WHIP Server
After=local-fs.target network.target

[Service]
Type=simple
ExecStart=/srv/inworldz/whip
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
User=inworldz
Group=inworldz

[Install]
WantedBy=multi-user.target