mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-08 04:48:44 +00:00
Add systemd units, build & start production scripts to repo
This commit is contained in:
parent
0efb64cb36
commit
9486bde26c
7 changed files with 67 additions and 0 deletions
13
scripts-and-tools/project-lighthouse-api.service
Normal file
13
scripts-and-tools/project-lighthouse-api.service
Normal file
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Project Lighthouse API - a clean-room, open-source custom server for LBP
|
||||
Documentation=https://github.com/LBPUnion/ProjectLighthouse
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/srv/lighthouse/start.sh API
|
||||
TimeoutStopSec=15
|
||||
User=lighthouse
|
||||
|
||||
[Install]
|
||||
Alias=lighthouse-api
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue