From 8ee52bd55925e76cf84ca7490c1f59148d8cb9ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 27 Jan 2011 21:54:23 +0000 Subject: [PATCH 1/1] - upstart config Changed files: nscd.upstart -> 1.1 --- nscd.upstart | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nscd.upstart diff --git a/nscd.upstart b/nscd.upstart new file mode 100644 index 0000000..1b4c21c --- /dev/null +++ b/nscd.upstart @@ -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 -- 2.44.0