2013-06-07 10:43:36 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Process accounting
|
|
|
|
Documentation=man:accton(8)
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=true
|
2015-06-22 15:10:08 +00:00
|
|
|
ExecStartPre=chmod 600 /var/log/account/pacct
|
2015-03-02 12:54:44 +00:00
|
|
|
ExecStart=/usr/sbin/accton /var/log/account/pacct
|
2013-06-07 10:43:36 +00:00
|
|
|
ExecStop=/usr/sbin/accton off
|
|
|
|
|
2014-03-20 07:50:42 +00:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|