/lib/systemd/system/nfdump.service is in nfdump 1.6.16-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [Unit]
Description=netflow capture daemon
After=network.target auditd.service
[Service]
Type=simple
ExecStart=/usr/bin/nfcapd -D -l /var/cache/nfdump -P /var/run/nfcapd.pid -p 2055
PIDFile=/var/run/nfcapd.pid
KillMode=process
Restart=no
[Install]
WantedBy=multi-user.target
Alias=nfdump.service
|