summarylogtreecommitdiffstats
path: root/factorio-headless.service
diff options
context:
space:
mode:
authorSebastien Duthil2016-03-24 20:24:29 -0400
committerSebastien Duthil2016-03-24 20:24:39 -0400
commit5c6e3ec24912e7da9271627d4237c044d91b33f2 (patch)
treeacb182c4b9a0392fee782da623fa7f0e61feb22b /factorio-headless.service
parent7b9688086cdb0df3fc2fcd1df479e866d4a13648 (diff)
downloadaur-5c6e3ec24912e7da9271627d4237c044d91b33f2.tar.gz
add $EXTRA_BINARGS
Diffstat (limited to 'factorio-headless.service')
-rw-r--r--factorio-headless.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/factorio-headless.service b/factorio-headless.service
index f6240a6a9ec2..0e11e7938a5b 100644
--- a/factorio-headless.service
+++ b/factorio-headless.service
@@ -7,7 +7,7 @@ After=network.target
User=factorio
EnvironmentFile=/etc/conf.d/factorio
TimeoutStartSec=5
-ExecStart=/usr/bin/factorio --start-server $SAVE_NAME --autosave-interval $AUTOSAVE_INTERVAL --autosave-slots $AUTOSAVE_SLOTS --latency-ms $LATENCY --disallow-commands --peer-to-peer
+ExecStart=/usr/bin/factorio --start-server $SAVE_NAME --autosave-interval $AUTOSAVE_INTERVAL --autosave-slots $AUTOSAVE_SLOTS --latency-ms $LATENCY $EXTRA_BINARGS
TimeoutStopSec=10
KillSignal=SIGINT
RestartSec=10