mirror of
https://old.git.ood.ovh/eco/server-config.git
synced 2025-04-28 19:35:51 +02:00
17 lines
No EOL
332 B
Desktop File
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 |