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