summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-01-31 16:54:26 +0100
committerSimon Rettberg2024-01-31 16:54:26 +0100
commita1e810283a240d50a52248a31b5b1e11a30e7651 (patch)
tree32c65d83f8a7e65be2ecbe7bb6c4fa59fe5cf796
parent[slx-network] Retry bringing iface up in wait-loop (diff)
downloadsystemd-init-a1e810283a240d50a52248a31b5b1e11a30e7651.tar.gz
systemd-init-a1e810283a240d50a52248a31b5b1e11a30e7651.tar.xz
systemd-init-a1e810283a240d50a52248a31b5b1e11a30e7651.zip
[slx-clock] Actually install ntp sync service
-rwxr-xr-xmodules.d/slx-clock/module-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules.d/slx-clock/module-setup.sh b/modules.d/slx-clock/module-setup.sh
index 3b62089c..b99f7640 100755
--- a/modules.d/slx-clock/module-setup.sh
+++ b/modules.d/slx-clock/module-setup.sh
@@ -10,7 +10,7 @@ depends() {
install() {
inst_multiple "/etc/services" "/usr/share/zoneinfo/Europe/Berlin"
inst "/usr/share/zoneinfo/Europe/Berlin" "/etc/localtime"
- for _name in "s3-setup-addons" "s3-configure-timesyncd"; do
+ for _name in "s3-ntp-sync" "s3-configure-timesyncd"; do
inst "$moddir/hooks/${_name}.sh" \
"/usr/local/bin/${_name}.sh"
inst_simple "${moddir}/services/${_name}.service" \