summarylogtreecommitdiffstats
path: root/osqueryd.service
diff options
context:
space:
mode:
authorTony Lambiris2016-07-17 04:29:11 -0400
committerTony Lambiris2016-07-17 04:29:11 -0400
commit8390f7474228fcd39dfa1a6015f203e51c2dd195 (patch)
tree4a64113a90dc88b00bd9f648a08a869d712cee68 /osqueryd.service
downloadaur-8390f7474228fcd39dfa1a6015f203e51c2dd195.tar.gz
initial commit
Diffstat (limited to 'osqueryd.service')
-rw-r--r--osqueryd.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/osqueryd.service b/osqueryd.service
new file mode 100644
index 000000000000..b30cf6ae9a29
--- /dev/null
+++ b/osqueryd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=The osquery Daemon
+After=network.service syslog.service
+
+[Service]
+TimeoutStartSec=0
+ExecStart=/usr/bin/osqueryd --config_path /etc/osquery/osquery.conf
+Restart=on-abort
+KillMode=process
+KillSignal=SIGTERM
+SendSIGKILL=yes
+
+[Install]
+WantedBy=multi-user.target