diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-23 23:53:55 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-23 23:53:55 -0300 |
commit | a0426fca029e4fabdbd378793c5c12a4a808abb7 (patch) | |
tree | fbeda447b8e1352c8943b036e432e00697aef8e1 /core/glibc/nscd.service | |
parent | c9e2e09a44815d2ae06f1da099f6a71ad4ac9ae2 (diff) | |
parent | 4319f36e44d4e7c70bf010c3286bb1739c59d4de (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/chrony/PKGBUILD
community/lxdm/PKGBUILD
community/oidentd/PKGBUILD
community/oss/PKGBUILD
community/pdnsd/PKGBUILD
community/ruby-cairo/PKGBUILD
community/subtle/PKGBUILD
core/lvm2/PKGBUILD
core/openldap/PKGBUILD
extra/smartmontools/PKGBUILD
Diffstat (limited to 'core/glibc/nscd.service')
-rw-r--r-- | core/glibc/nscd.service | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/core/glibc/nscd.service b/core/glibc/nscd.service new file mode 100644 index 000000000..de5315e9b --- /dev/null +++ b/core/glibc/nscd.service @@ -0,0 +1,17 @@ +[Unit] +Description=Name Service Cache Daemon +After=syslog.target + +[Service] +Type=forking +ExecStart=/usr/sbin/nscd +ExecStop=/usr/sbin/nscd --shutdown +ExecReload=/usr/sbin/nscd -i passwd +ExecReload=/usr/sbin/nscd -i group +ExecReload=/usr/sbin/nscd -i hosts +ExecReload=/usr/sbin/nscd -i service +Restart=always +PIDFile=/run/nscd/nscd.pid + +[Install] +WantedBy=multi-user.target |