summaryrefslogtreecommitdiffstats
path: root/remote/modules/nscd/data
diff options
context:
space:
mode:
authorJonathan Bauer2013-07-03 18:35:51 +0200
committerJonathan Bauer2013-07-03 18:35:51 +0200
commit5e80d6c87af2304a8e12adb0eded423149f9aa28 (patch)
tree6735b2471b9762f1bcf04aa6a43e1eda22613fa7 /remote/modules/nscd/data
parent[pam] add path to rfc_pipefs filesystem when executing rpc.gssd (needed to fi... (diff)
parent+LANG: de_DE.utf8 in /etc/profile (diff)
downloadtm-scripts-5e80d6c87af2304a8e12adb0eded423149f9aa28.tar.gz
tm-scripts-5e80d6c87af2304a8e12adb0eded423149f9aa28.tar.xz
tm-scripts-5e80d6c87af2304a8e12adb0eded423149f9aa28.zip
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/nscd/data')
l---------remote/modules/nscd/data/etc/systemd/system/basic.target.wants/nscd.service1
-rw-r--r--remote/modules/nscd/data/etc/systemd/system/nscd.service14
2 files changed, 15 insertions, 0 deletions
diff --git a/remote/modules/nscd/data/etc/systemd/system/basic.target.wants/nscd.service b/remote/modules/nscd/data/etc/systemd/system/basic.target.wants/nscd.service
new file mode 120000
index 00000000..70066631
--- /dev/null
+++ b/remote/modules/nscd/data/etc/systemd/system/basic.target.wants/nscd.service
@@ -0,0 +1 @@
+../nscd.service \ No newline at end of file
diff --git a/remote/modules/nscd/data/etc/systemd/system/nscd.service b/remote/modules/nscd/data/etc/systemd/system/nscd.service
new file mode 100644
index 00000000..46b7d2e7
--- /dev/null
+++ b/remote/modules/nscd/data/etc/systemd/system/nscd.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Name Service Cache Daemon
+DefaultDependencies=no
+After=sysinit.target
+Before=shutdown.target
+
+[Service]
+ExecStart=/usr/sbin/nscd -d
+ExecStop=/usr/sbin/nscd --shutdown
+Restart=always
+
+[Install]
+WantedBy=basic.target
+Also=nscd.socket