use absolute path for ExecStart
Some checks failed
Deploy Containers / Prepare (push) Failing after 54s
Some checks failed
Deploy Containers / Prepare (push) Failing after 54s
This commit is contained in:
@@ -3,7 +3,7 @@ Description=FiveM Server
|
||||
Documentation=https://git.alexav.gg/alex/homelab
|
||||
|
||||
[Service]
|
||||
ExecStart=../server/run.sh +exec server.cfg
|
||||
ExecStart={{data_dir}}/fivem/server/run.sh +exec server.cfg
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
WorkingDirectory={{ data_dir }}/fivem/server-data
|
||||
TimeoutSec=0
|
||||
|
||||
Reference in New Issue
Block a user