diff options
author | Simon Rettberg | 2021-04-20 14:03:22 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-04-20 14:11:29 +0200 |
commit | e11fa7bcc68096c26734a19e31bb6f2accc48cb7 (patch) | |
tree | 558cc3ec744342c268a2be435a20579e67ff1a08 /satellit_upgrader | |
parent | [SSUS] Install bwlp config for iPXE (diff) | |
download | setup-scripts-e11fa7bcc68096c26734a19e31bb6f2accc48cb7.tar.gz setup-scripts-e11fa7bcc68096c26734a19e31bb6f2accc48cb7.tar.xz setup-scripts-e11fa7bcc68096c26734a19e31bb6f2accc48cb7.zip |
[SSUS] Add ldadp service file
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 1 |
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 ************************ |