mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-21 05:04:00 +00:00
12 lines
221 B
Diff
12 lines
221 B
Diff
|
--- a/atopacct.service
|
||
|
+++ b/atopacct.service
|
||
|
@@ -8,6 +8,6 @@
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
-PIDFile=/var/run/atopacctd.pid
|
||
|
-ExecStart=/usr/sbin/atopacctd
|
||
|
+PIDFile=/run/atopacctd.pid
|
||
|
+ExecStart=@out@/bin/atopacctd
|
||
|
|
||
|
[Install]
|