initng/trunk/daemon/sshd.i
    glen 
    cvs at pld-linux.org
       
    Sat Apr 29 16:30:15 CEST 2006
    
    
  
Author: glen
Date: Sat Apr 29 16:30:14 2006
New Revision: 7380
Modified:
   initng/trunk/daemon/sshd.i
Log:
- exit 1 from sshd is not liked by initng
Modified: initng/trunk/daemon/sshd.i
==============================================================================
--- initng/trunk/daemon/sshd.i	(original)
+++ initng/trunk/daemon/sshd.i	Sat Apr 29 16:30:14 2006
@@ -2,5 +2,6 @@
 	need = system/hostname system/rundir daemon/network;
 	exec daemon = /usr/sbin/sshd -D;
 	respawn;
+    daemon_stops_badly;
 	lockfile;
 }
    
    
More information about the pld-cvs-commit
mailing list