In the invirt-janitor, ignore errors from the dd.
[invirt/packages/invirt-remote.git] / debian / invirt-remote-server.init
index 9315ed5..4184917 100755 (executable)
@@ -44,7 +44,7 @@ do_start()
         return 1
     fi
     
-    gen_config
+    gen_files
     
     daemon -r -O daemon.info -E daemon.err -n $NAME -- $DAEMON $DAEMON_ARGS || return 2
 }
@@ -73,7 +73,7 @@ do_stop()
 
 do_reload()
 {
-    gen_config
+    gen_files
 }
 
 std_init "$1"