You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-process/atop/files/atopacct.service

15 lines
269 B

[Unit]
Description=Atop process accounting daemon
Documentation=man:atopacctd(8)
Conflicts=psacct.service
After=syslog.target
Before=atop.service
[Service]
Type=forking
PIDFile=/var/run/atopacctd.pid
ExecStart=/usr/sbin/atopacctd
[Install]
WantedBy=multi-user.target