/etc/default/pmacctd is in pmacct 1.7.0-1.
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 | # Defaults for pmacct initscript and systemd service
# IMPORTANT DURING UPGRADES:
# SUPPORT FOR INTERFACES="" WAS REMOVED FROM THE INIT SCRIPT.
# Location of the configuration file
PMACCTD_CONF=/etc/pmacct/pmacctd.conf
# Additional options that are passed to pmacctd
DAEMON_OPTS=""
|