From a1e810283a240d50a52248a31b5b1e11a30e7651 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 31 Jan 2024 16:54:26 +0100 Subject: [slx-clock] Actually install ntp sync service --- modules.d/slx-clock/module-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit v1.2.3-55-g7522