source: systemd-units/blfs/units/nscd.service@ 7178f6d

krejzi/svn
Last change on this file since 7178f6d was 7178f6d, checked in by Krejzi <krejzi@…>, 10 years ago

Rebrand. Import systemd-units from systemd branch. Reset changelog.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14734 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 353 bytes
Line 
1[Unit]
2Description=Name Service Cache Daemon
3
4[Service]
5Type=forking
6ExecStart=/usr/sbin/nscd
7ExecStop=/usr/sbin/nscd --shutdown
8ExecReload=/usr/sbin/nscd -i passwd
9ExecReload=/usr/sbin/nscd -i group
10ExecReload=/usr/sbin/nscd -i hosts
11ExecReload=/usr/sbin/nscd -i services
12Restart=always
13PIDFile=/run/nscd/nscd.pid
14
15[Install]
16WantedBy=multi-user.target
Note: See TracBrowser for help on using the repository browser.