]> git.pld-linux.org Git - packages/glibc.git/blob - nscd.upstart
- update to 2.21; fixes CVE-2015-1472, CVE-2104-7817, CVE-2012-3406, CVE-2014-9402...
[packages/glibc.git] / nscd.upstart
1 description "Starts the Name Switch Cache Daemon"
2
3 # as soon as /usr is mounted
4 start on local-filesystems
5 stop on pld.shutdown-started
6
7 respawn
8
9 expect daemon
10 exec /usr/sbin/nscd
This page took 0.029396 seconds and 3 git commands to generate.