mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
14 lines
No EOL
353 B
Desktop File
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 |