[skip ci] Fix invalid exec format for systemd services

This commit is contained in:
jvyden 2022-05-15 22:09:57 -04:00
parent 4b9c16da75
commit af96f615c7
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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