blob: b939e7c0435116ca5205111469f85ac9a386d437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/cfg/vnstat.conf.JeR
+++ b/cfg/vnstat.conf
@@ -115,10 +115,10 @@
UpdateFileOwner 1
# file used for logging if UseLogging is set to 1
-LogFile "/var/log/vnstat/vnstat.log"
+LogFile "/var/log/vnstat/vnstatd.log"
# file used as daemon pid / lock file
-PidFile "/var/run/vnstat/vnstat.pid"
+PidFile "/run/vnstat/vnstatd/vnstatd.pid"
# vnstati
|