15 lines
312 B
Django/Jinja
15 lines
312 B
Django/Jinja
[Unit]
|
|
Description=FiveM Server
|
|
Documentation=https://git.alexav.gg/alex/homelab
|
|
|
|
[Service]
|
|
ExecStart=../server/run.sh +exec server.cfg
|
|
ExecReload=/bin/kill -s HUP $MAINPID
|
|
WorkingDirectory={{ data_dir }}/fivem/server-data
|
|
TimeoutSec=0
|
|
RestartSec=10
|
|
Restart=always
|
|
User=alex
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |