initng/daemon/allowlogin.i
glen
cvs at pld-linux.org
Sun Dec 25 18:43:17 CET 2005
Author: glen
Date: Sun Dec 25 18:43:13 2005
New Revision: 6707
Modified:
initng/daemon/allowlogin.i
Log:
- describe known issues
Modified: initng/daemon/allowlogin.i
==============================================================================
--- initng/daemon/allowlogin.i (original)
+++ initng/daemon/allowlogin.i Sun Dec 25 18:43:13 2005
@@ -1,6 +1,15 @@
+# this service doesn't fit to initng concept much
+# when do you want your users being allowed to login?
+# after all services are up? after sshd is up?
+
service daemon/allowlogin {
need = system/sysinit;
+ # 100% is not reached if some services fail, so using 'last;' could
+ # make your system without remote access. but OTOH if you don't use 'last'
+ # directive this service gets ran pretty soon after system bootup
+# last;
+
exec start = /etc/rc.d/init.d/allowlogin;
exec_args start = start;
exec stop = /etc/rc.d/init.d/allowlogin;
More information about the pld-cvs-commit
mailing list