summarylogtreecommitdiffstats
path: root/osqueryd.service
diff options
context:
space:
mode:
Diffstat (limited to 'osqueryd.service')
-rw-r--r--osqueryd.service1
1 files changed, 0 insertions, 1 deletions
diff --git a/osqueryd.service b/osqueryd.service
index 75d04e322098..0774bee73a2f 100644
--- a/osqueryd.service
+++ b/osqueryd.service
@@ -9,7 +9,6 @@ ExecStartPre=/bin/sh -c "if [ ! -f $FLAG_FILE ]; then touch $FLAG_FILE; fi"
ExecStartPre=/bin/sh -c "if [ -f $LOCAL_PIDFILE ]; then mv $LOCAL_PIDFILE $PIDFILE; fi"
ExecStart=/usr/bin/osqueryd \
--flagfile $FLAG_FILE \
- --logger_min_stderr 1 \
--config_path $CONFIG_FILE
Restart=on-failure
KillMode=process