summarylogtreecommitdiffstats
path: root/packetbeat.service
diff options
context:
space:
mode:
authorTyler Langlois2017-02-10 23:36:30 -0500
committerTyler Langlois2017-02-10 23:36:30 -0500
commit9114ef660b26228641d2bff5ff35df571c96ca32 (patch)
tree0a8b435938c403d1e71851b3c5f273d5d1542d4d /packetbeat.service
parentb483ca182244b6e3098e68295bc2f7c1507363c9 (diff)
downloadaur-9114ef660b26228641d2bff5ff35df571c96ca32.tar.gz
Version bump packetbeat-bin to 5.2.0
Diffstat (limited to 'packetbeat.service')
-rw-r--r--packetbeat.service7
1 files changed, 5 insertions, 2 deletions
diff --git a/packetbeat.service b/packetbeat.service
index 1fbc5468c1f8..aca833ebe105 100644
--- a/packetbeat.service
+++ b/packetbeat.service
@@ -1,10 +1,13 @@
[Unit]
-Description=Open Source Real-Time Packet Analyzer
+Description=packetbeat
Documentation=https://www.elastic.co/guide/en/beats/packetbeat/current
After=network.target
[Service]
-ExecStart=/usr/bin/packetbeat -c /etc/packetbeat/packetbeat.yml
+ExecStart=/usr/bin/packetbeat -path.config /etc/packetbeat \
+ -path.home /usr/share/packetbeat \
+ -path.data /var/lib/packetbeat \
+ -path.logs /var/log/packetbeat
[Install]
WantedBy=multi-user.target