server-config/eco.service
2020-04-22 10:08:45 +00:00

17 lines
No EOL
342 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.sh -nogui
[Install]
WantedBy=multi-user.target