server-config/eco.service
2020-09-09 14:24:29 +00:00

17 lines
No EOL
332 B
Desktop File

[Unit]
Description=Eco game Server
After=network.target
StartLimitIntervalSec=5
[Service]
Type=simple
Restart=always
RestartSec=30
User=steam
WorkingDirectory=/home/steam
ExecStartPre=/usr/bin/git fetch --all
ExecStartPre=/usr/bin/git reset --hard origin/master
ExecStart=/home/steam/EcoServer
[Install]
WantedBy=multi-user.target