Description: fix systemd unit to start atopaccd from /usr/sbin
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Forwarded: no
Last-Update: 2016-08-08
--- a/atopacct.service
+++ b/atopacct.service
@@ -7,7 +7,7 @@ Before=atop.service
 [Service]
 Type=forking
 PIDFile=/run/atopacctd.pid
-ExecStart=/sbin/atopacctd
+ExecStart=/usr/sbin/atopacctd
 
 [Install]
 WantedBy=multi-user.target
