[debian-edu-commits] [Git][debian-edu/debian-edu-config][personal/gber/systemd] Update debian/rules for init scripts and systemd services
Guido Berhörster (@gber)
gitlab at salsa.debian.org
Fri Jun 30 15:06:09 BST 2023
Guido Berhörster pushed to branch personal/gber/systemd at Debian Edu / debian-edu-config
Commits:
4d1a7313 by Guido Berhoerster at 2023-06-30T15:58:18+02:00
Update debian/rules for init scripts and systemd services
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -10,13 +10,18 @@ override_dh_auto_install:
override_dh_installinit:
# Start it after 15bind9 and 19slapd
- dh_installinit --init-script fetch-ldap-cert -r --no-start
dh_installinit --init-script fetch-rootca-cert -r --no-start
# Start it after 15bind9, 19slapd and 95fetch-ldap-cert, and add some to be sure
dh_installinit --init-script firefox-ldapconf -r --no-start
dh_installinit --init-script chromium-ldapconf -r --no-start
dh_installinit --init-script enable-nat --no-start
+override_dh_installsystemd:
+ dh_installsystemd --no-start --name chromium-ldapconf
+ dh_installsystemd --no-start --name enable-nat
+ dh_installsystemd --no-start --name fetch-rootca-cert
+ dh_installsystemd --no-start --name firefox-ldapconf
+
override_dh_installman:
dh_installman
help2man -N -n "ldap-add-host-to-netgroup - Adds a host as a member in the given netgroup" \
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/4d1a73132df0b213ac40afcc0d7b0ade60ab6ee4
--
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/4d1a73132df0b213ac40afcc0d7b0ade60ab6ee4
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20230630/b6acba73/attachment-0001.htm>
More information about the debian-edu-commits
mailing list