#!/bin/sh

accton=/usr/sbin/accton

mkdir -p /var/account/
touch /var/account/pacct
$accton /var/account/pacct
