Author: glen Date: Thu Jan 27 21:54:29 2011 GMT Module: packages Tag: HEAD ---- Log message: - upstart config
---- Files affected: packages/glibc: nscd.upstart (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/glibc/nscd.upstart diff -u /dev/null packages/glibc/nscd.upstart:1.1 --- /dev/null Thu Jan 27 22:54:29 2011 +++ packages/glibc/nscd.upstart Thu Jan 27 22:54:23 2011 @@ -0,0 +1,10 @@ +description "Starts the Name Switch Cache Daemon" + +# as soon as /usr is mounted +start on local-filesystems +stop on pld.shutdown-started + +respawn + +expect daemon +exec /usr/sbin/nscd ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
