diff options
author | Simon Rettberg | 2021-04-22 14:39:04 +0200 |
---|---|---|
committer | Simon Rettberg | 2021-04-22 14:39:04 +0200 |
commit | b772dc15ee3e2c0f593e7e7f337fb23ad90b91b4 (patch) | |
tree | 8c221e845dd75ce92ba8605757e15484011d7453 /satellit_upgrader | |
parent | [SS?S] Remove syslog directives from systemd services (diff) | |
download | setup-scripts-b772dc15ee3e2c0f593e7e7f337fb23ad90b91b4.tar.gz setup-scripts-b772dc15ee3e2c0f593e7e7f337fb23ad90b91b4.tar.xz setup-scripts-b772dc15ee3e2c0f593e7e7f337fb23ad90b91b4.zip |
[SSUS] Add slx-wait-online
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 3e89551..11a2213 100644 --- a/satellit_upgrader/updater.template.sh +++ b/satellit_upgrader/updater.template.sh @@ -838,6 +838,7 @@ if ! [ -s /root/.ssh/id_rsa ]; then fi # Timesync +diffcp "system" "/usr/local/sbin/slx-wait-online" diffcp "timesync" "/etc/systemd/system/redneck-timesync.service" diffcp "timesync" "/usr/local/sbin/redneck-timesync.sh" mkdir -p "/etc/systemd/system/network-online.target.wants" |