Initial commit
This commit is contained in:
16
ark@.service
Normal file
16
ark@.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=ARK: Survival Evolved dedicated server
|
||||
Wants=network-online.target
|
||||
After=syslog.target network.target nss-lookup.target network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/steam/ARK/ark_server.py %i
|
||||
WorkingDirectory=/home/steam/ARK
|
||||
LimitNOFILE=100000
|
||||
ExecReload=/bin/kill -s HUP $MAINPID
|
||||
ExecStop=/bin/kill -s INT $MAINPID
|
||||
User=steam
|
||||
Group=steam
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user