diff options
author | JSkier21 | 2021-06-24 10:51:58 -0500 |
---|---|---|
committer | JSkier21 | 2021-06-24 10:51:58 -0500 |
commit | 5fbf746e9c2181d2681ba6d688f694613c57f842 (patch) | |
tree | b53b1339920fe59fd55d80df219dabac2b10bdc6 /PKGBUILD | |
parent | 274262b0ddac7f3838cb8b30b051bd3d7d6dbe9a (diff) | |
download | aur-5fbf746e9c2181d2681ba6d688f694613c57f842.tar.gz |
correct service file for afpacket, bump rel
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=suricata pkgver=6.0.2 -pkgrel=2 +pkgrel=3 pkgdesc="An Open Source Next Generation Intrusion Detection and Prevention Engine" arch=('i686' 'x86_64') url="http://suricata-ids.org/" @@ -59,7 +59,7 @@ package() { -e 's:^Description=.*:Description=Suricata IDS/IPS daemon:g' \ -e 's:^After=.*:After=network.target:g' \ -e 's:^ExecStartPre=.*:PIDFile=suricata/suricata.pid:g' \ - -e 's:^ExecStart=.*:ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml --pidfile /run/suricata/suricata.pid -q 0:g' \ + -e 's:^ExecStart=.*:ExecStart=/usr/bin/suricata -c /etc/suricata/suricata.yaml --pidfile /run/suricata/suricata.pid --af-packet :g' \ "${pkgdir}/usr/lib/systemd/system/${pkgname}.service" echo "u suricata -" | install -Dm644 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf" |