summarylogtreecommitdiffstats
path: root/arpon.service
diff options
context:
space:
mode:
authorAdrian Günter2017-03-21 06:59:28 +0000
committerAdrian Günter2017-03-21 07:09:30 +0000
commitcf809aae1969476993e98d24a9b9a02b0ae7a09a (patch)
tree3e22dbc55e969f041ca4efe9e4066f24ee6ac536 /arpon.service
parenta0e3051f6887f806759d642092872875910d66a5 (diff)
downloadaur-cf809aae1969476993e98d24a9b9a02b0ae7a09a.tar.gz
Disable log file and implement syslog (3.0-2)
Diffstat (limited to 'arpon.service')
-rw-r--r--arpon.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/arpon.service b/arpon.service
index aec8f198b815..612b8a47790f 100644
--- a/arpon.service
+++ b/arpon.service
@@ -8,6 +8,8 @@ EnvironmentFile=/etc/conf.d/arpon
PIDFile=/run/arpon.pid
ExecStart=/usr/bin/arpon $ARPON_OPTS
ExecReload=/usr/bin/kill -HUP $MAINPID
+StandardOutput=null
+StandardError=null
KillMode=process
Restart=always