summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-04-25 16:48:38 +0200
committerSimon Rettberg2023-04-25 16:48:38 +0200
commitdd9d55b72400af9be1968eb331611a901f1f68a6 (patch)
tree5e8e7173f39ffd8c98258d5812755ceb465033bb
parent[slx-clock] Write any output to journal (diff)
downloadsystemd-init-dd9d55b72400af9be1968eb331611a901f1f68a6.tar.gz
systemd-init-dd9d55b72400af9be1968eb331611a901f1f68a6.tar.xz
systemd-init-dd9d55b72400af9be1968eb331611a901f1f68a6.zip
[slx-clock] Cannot check for ntpd - supplied by busybox
-rwxr-xr-xmodules.d/slx-clock/module-setup.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules.d/slx-clock/module-setup.sh b/modules.d/slx-clock/module-setup.sh
index d0f2c480..f9ff0c48 100755
--- a/modules.d/slx-clock/module-setup.sh
+++ b/modules.d/slx-clock/module-setup.sh
@@ -1,9 +1,5 @@
#!/usr/bin/env bash
check() {
- if ! hash ntpd; then
- derror "Missing 'ntpdate'. Please install it."
- return 1
- fi
# Tell dracut that this module should only be included if it is required
# explicitly.
return 255