1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/veloren_ynh.git synced 2024-09-03 17:46:10 +02:00
veloren_ynh/conf/systemd.service

18 lines
400 B
Desktop File

[Unit]
Description=Veloren game server
After=network.target
[Service]
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__DATA_PATH__/
Environment=VELOREN_ASSETS=__FINAL_PATH__/
ExecStart=__FINALPATH__/target/release/veloren-server-cli --basic
KillSignal=SIGUSR1
TimeoutStopSec=150
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit
[Install]
WantedBy=multi-user.target