aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 6a9caa4b..21324987 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -494,6 +494,11 @@ if [ X"$_RUN_QUOTACHECK" = X1 -a -x /sbin/quotacheck ]; then
action "Checking filesystem quotas: " /sbin/quotacheck -v -R -a
fi
+# Turn on process accounting
+if [ -x /sbin/accton ] ; then
+ action "Turning on process accounting" /sbin/accton /var/log/pacct
+fi
+
# Configure machine if necessary.
if [ -f /.unconfigured ]; then
if [ -x /usr/bin/passwd ]; then