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

14 lines
No EOL
347 B
Desktop File

[Unit]
Description=Project Lighthouse Website - 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 Website"
TimeoutStopSec=15
User=lighthouse
Restart=on-failure
[Install]
Alias=lighthouse-website
WantedBy=multi-user.target