aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-12 11:39:35 +0300
committerCem Keylan <cem@ckyln.com>2020-01-12 11:39:35 +0300
commit4653001e5a2c6df26a1152e5466ccebf902775c9 (patch)
tree89b43d86c152b2d1fd4178464cc3eedc57037361 /core/busybox/build
parent91fb31e5fd08c0ae5f27f79ca74ce175c298e728 (diff)
downloadrepository-4653001e5a2c6df26a1152e5466ccebf902775c9.tar.gz
add ntpd runit service
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-xcore/busybox/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/busybox/build b/core/busybox/build
index e2f5cc32..cdefdcfa 100755
--- a/core/busybox/build
+++ b/core/busybox/build
@@ -34,8 +34,10 @@ chmod u+s "$1/usr/bin/busybox-suid"
# Install runit services
install -Dm755 acpid.run "$1/etc/sv/acpid/run"
install -Dm755 crond.run "$1/etc/sv/crond/run"
+install -Dm755 ntpd.run "$1/etc/sv/ntpd/run"
ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise"
ln -s /run/runit/supervise.crond "$1/etc/sv/crond/supervise"
+ln -s /run/runit/supervise.ntpd "$1/etc/sv/ntpd/supervise"
# Install ntp config
install -Dm644 ntp.conf "$1/etc/ntp.conf"