diff options
author | Allan McRae <allan@archlinux.org> | 2013-12-16 11:21:08 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-12-16 11:22:01 +1000 |
commit | 73616a74274223356c99dda66234f54932bb8c16 (patch) | |
tree | 28a0f6ecd292f98b86f9922a94b9b208fb928350 /nscd/nscd.tmpfiles | |
parent | 584b18eb4df61ccd447db2dfe8c8a7901f8c8598 (diff) | |
download | glibc-73616a74274223356c99dda66234f54932bb8c16.tar.gz glibc-73616a74274223356c99dda66234f54932bb8c16.tar.xz glibc-73616a74274223356c99dda66234f54932bb8c16.zip |
Add systemd unit file for nscd
Provide an example systemd unit and tmpfile for running nscd.
Diffstat (limited to 'nscd/nscd.tmpfiles')
-rw-r--r-- | nscd/nscd.tmpfiles | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nscd/nscd.tmpfiles b/nscd/nscd.tmpfiles new file mode 100644 index 0000000000..52edbba673 --- /dev/null +++ b/nscd/nscd.tmpfiles @@ -0,0 +1,4 @@ +# Configuration to create /run/nscd directory +# Used as part of systemd's tmpfiles + +d /run/nscd 0755 root root |