1 [Unit]
2 Description=ARK Survival Evolved
3 [Service]
4 Type=simple
5 Restart=on-failure
6 RestartSec=5
7 StartLimitInterval=60s
8 StartLimitBurst=3
9 User=ark
10 Group=ark
11 ExecStartPre=/home/ark/steamcmd +login anonymous +force_install_dir /home/ark/server +app_update 376030 +quit
12 ExecStart=/home/ark/server/ShooterGame/Binaries/Linux/ShooterGameServer TheIsland?listen?SessionName=mumbly -server -log
13 ExecStop=killall -TERM srcds_linux
14 [Install]
15 WantedBy=multi-user.target