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