[Initng-svn] r2340 - initng/initfiles/daemon

svn at initng.thinktux.net svn at initng.thinktux.net
Mon Dec 5 22:55:16 CET 2005


Author: jimmy
Date: Mon Dec  5 22:55:15 2005
New Revision: 2340

Modified:
   initng/initfiles/daemon/rsyncd.ii
Log:
Fix to rsyncd.ii from bug 305


Modified: initng/initfiles/daemon/rsyncd.ii
==============================================================================
--- initng/initfiles/daemon/rsyncd.ii	(original)
+++ initng/initfiles/daemon/rsyncd.ii	Mon Dec  5 22:55:15 2005
@@ -1,8 +1,6 @@
-daemon/rsyncd {
-    need = system/initial system/mountroot net/lo;
-    require_network;
-    exec daemon = @/usr/sbin/rsync@; # there's no rsyncd
-    exec_args daemon = --daemon; # --no-detach # if no pid_file
-    pid_file = /var/run/rsyncd.pid;
-	respawn = yes;
+daemon daemon/rsyncd {  
+    need = system/initial system/mountroot net/lo;  
+    require_network;  
+    exec daemon = @/usr/bin/rsync@; # the executeable named rsync, not rsyncd 
+    exec_args daemon = --daemon --no-detach; # --daemon for daemonmode and --no-detach say all. 
 }


More information about the Initng-svn mailing list