Use start --no-background in systemd service

This commit is contained in:
Ben Peddell 2017-05-11 19:37:32 +10:00 committed by GitHub
parent 1515156a12
commit ea1e2834b2

View File

@ -3,5 +3,5 @@ Description=Daemon to start an ark server instance
[Service]
User=steam
ExecStart=/usr/bin/arkmanager useconfig %i run
ExecStart=/usr/bin/arkmanager useconfig %i start --no-background
Type=simple