[debian-edu-commits] debian-edu/ 03/30: provide fetch-ldap-cert upstart init script for Ubuntu 14.04 only
Mike Gabriel
sunweaver at debian.org
Fri Oct 9 03:44:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch multi-distro-support
in repository educlient.
commit f5b1caf364a1b03c30a6f6ec27fe0927d86c32d0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Aug 25 15:18:59 2015 +0200
provide fetch-ldap-cert upstart init script for Ubuntu 14.04 only
---
etc-distro/Ubuntu/14.04/init/fetch-ldap-cert.conf | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/etc-distro/Ubuntu/14.04/init/fetch-ldap-cert.conf b/etc-distro/Ubuntu/14.04/init/fetch-ldap-cert.conf
new file mode 100644
index 0000000..b131333
--- /dev/null
+++ b/etc-distro/Ubuntu/14.04/init/fetch-ldap-cert.conf
@@ -0,0 +1,14 @@
+# mountall-net - Mount network filesystems
+#
+# Send mountall the USR1 signal to inform it to try network filesystems
+# again.
+
+description "Mount network filesystems"
+
+start on net-device-up
+
+task
+
+script
+ /etc/init.d/fetch-ldap-cert start
+end script
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/upstream/educlient.git
More information about the debian-edu-commits
mailing list