2013-06-07 12:43:36 +02:00
|
|
|
[Unit]
|
|
|
|
Description=Process accounting
|
|
|
|
Documentation=man:accton(8)
|
2014-03-20 08:50:42 +01:00
|
|
|
After=syslog.target
|
2015-03-02 13:54:44 +01:00
|
|
|
ConditionPathExists=/var/log/account/pacct
|
2013-06-07 12:43:36 +02:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=true
|
2014-09-01 17:39:02 +02:00
|
|
|
ExecStartPre=/usr/lib/account/create
|
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
|