This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
CPUQuota=20%
-
EnvironmentFile=/etc/sysconfig/osqueryd
-
ExecStart=/usr/bin/osqueryd --flagfile $FLAG_FILE --config_path $CONFIG_FILE
-
ExecStartPre=/bin/sh -c "if [ ! -f $FLAG_FILE ]; then touch $FLAG_FILE; fi" /bin/sh -c "if [ -f $LOCAL_PIDFILE ]; then mv $LOCAL_PIDFILE $PIDFILE; fi"
-
KillMode=control-group
-
KillSignal=SIGTERM
-
Restart=on-failure
-
TimeoutStartSec=0
-
TimeoutStopSec
Introduced in systemd 188=15
-
-
[Unit]
-
After=network.service syslog.service
-
Description=The osquery Daemon
-
Additionnal notes
Nothing here.