source: network-scripts/lfs/units/nscd.service@ 71e8c2b

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 71e8c2b was 71e8c2b, checked in by Krejzi <krejzi@…>, 11 years ago

Rename systemd-units to network-scripts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10279 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • 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.