let's not clutter /root
[fprobe-ulog.git] / src / fprobe-ulog.c
index cd99842..9a7f365 100644 (file)
@@ -1285,7 +1285,7 @@ static int init_daemon() {
      3. change the file creation permission 
   */
   setsid();
-  chdir("/root");
+  chdir("/usr/local/fprobe");
   umask(0);
 
   return(0);