summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-04-20 14:03:22 +0200
committerSimon Rettberg2021-04-20 14:11:29 +0200
commite11fa7bcc68096c26734a19e31bb6f2accc48cb7 (patch)
tree558cc3ec744342c268a2be435a20579e67ff1a08
parent[SSUS] Install bwlp config for iPXE (diff)
downloadsetup-scripts-e11fa7bcc68096c26734a19e31bb6f2accc48cb7.tar.gz
setup-scripts-e11fa7bcc68096c26734a19e31bb6f2accc48cb7.tar.xz
setup-scripts-e11fa7bcc68096c26734a19e31bb6f2accc48cb7.zip
[SSUS] Add ldadp service file
-rw-r--r--satellit_upgrader/updater.template.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index 2ebb906..c6d597a 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -808,6 +808,7 @@ if [ -n "$TGZ_LDADP" ]; then
[ -n "$cver" ] && pwarning "Trying to keep going with current version $cver"
killall ldadp 2>/dev/null && pwarning "LDAP/AD Proxy was killed. Client logins might not work for a couple of minutes (see Server Status in webif)"
fi
+ diffcp "ldadp" "/etc/systemd/system/ldadp@.service" && daemon_reload=true
fi
# ************************** tmate ************************