ProjectLighthouse/scripts-and-tools/project-lighthouse-gameserver.service

14 lines
No EOL
353 B
Desktop File

[Unit]
Description=Project Lighthouse GameServer - a clean-room, open-source custom server for LBP
Documentation=https://github.com/LBPUnion/ProjectLighthouse
[Service]
Type=simple
ExecStart=bash -c "/srv/lighthouse/start.sh GameServer"
TimeoutStopSec=15
User=lighthouse
Restart=on-failure
[Install]
Alias=lighthouse-website
WantedBy=multi-user.target