fprobe@.service 320 B

123456789101112
  1. [Unit]
  2. Description=NetFlow probe for %I
  3. After=syslog.target network-online.target nfcapd@%i.service
  4. [Service]
  5. Type=forking
  6. EnvironmentFile=/etc/fprobe/%i.conf
  7. ExecStart=/bin/bash -axc ". /etc/fprobe/%i.conf; /sbin/fprobe ${OPTIONS}"
  8. CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_RAW
  9. [Install]
  10. WantedBy=multi-user.target