summaryrefslogtreecommitdiff
path: root/sys-process/acct/files/acct.confd
blob: 133efabcf62d4fec3b3ac1ba8d38f8f48e244926 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/conf.d/acct

# ACCT_LOG specifies the accounting logging file.
# Remember to create it manually if it doesn't yet exist.

ACCT_LOG="/var/account/pacct"

# REPORT_OPTS contains arguments for the "sa" command,
# used for console-reporting.
# Please run "sa --help" or "man sa" to get a description
# of available options.

REPORT_OPTS="--sort-real-time --list-all-names --percentage"