mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-03 14:42: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]
|
||||
Type=simple
|
||||
ExecStart=/srv/lighthouse/start.sh API
|
||||
ExecStart=bash -c "/srv/lighthouse/start.sh API"
|
||||
TimeoutStopSec=15
|
||||
User=lighthouse
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Documentation=https://github.com/LBPUnion/ProjectLighthouse
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/srv/lighthouse/start.sh GameServer
|
||||
ExecStart=bash -c "/srv/lighthouse/start.sh GameServer"
|
||||
TimeoutStopSec=15
|
||||
User=lighthouse
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Documentation=https://github.com/LBPUnion/ProjectLighthouse
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/srv/lighthouse/start.sh Website
|
||||
ExecStart=bash -c "/srv/lighthouse/start.sh Website"
|
||||
TimeoutStopSec=15
|
||||
User=lighthouse
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue