mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-16 12:41:28 +00:00
[skip ci] Fix invalid exec format for systemd services
This commit is contained in:
parent
4b9c16da75
commit
af96f615c7
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ Documentation=https://github.com/LBPUnion/ProjectLighthouse
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/srv/lighthouse/start.sh API
|
ExecStart=bash -c "/srv/lighthouse/start.sh API"
|
||||||
TimeoutStopSec=15
|
TimeoutStopSec=15
|
||||||
User=lighthouse
|
User=lighthouse
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Documentation=https://github.com/LBPUnion/ProjectLighthouse
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/srv/lighthouse/start.sh GameServer
|
ExecStart=bash -c "/srv/lighthouse/start.sh GameServer"
|
||||||
TimeoutStopSec=15
|
TimeoutStopSec=15
|
||||||
User=lighthouse
|
User=lighthouse
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Documentation=https://github.com/LBPUnion/ProjectLighthouse
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/srv/lighthouse/start.sh Website
|
ExecStart=bash -c "/srv/lighthouse/start.sh Website"
|
||||||
TimeoutStopSec=15
|
TimeoutStopSec=15
|
||||||
User=lighthouse
|
User=lighthouse
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue