mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
feat: infix-schedule based on ietf-schedule implementation
Signed-off-by: Ejub Sabic <ejub1946@outlook.com>
This commit is contained in:
@@ -36,7 +36,7 @@ else
|
||||
CONFD_CONF_OPTS += --disable-gps
|
||||
endif
|
||||
define CONFD_INSTALL_EXTRA
|
||||
for fn in confd.conf resolvconf.conf; do \
|
||||
for fn in confd.conf crond.conf resolvconf.conf; do \
|
||||
cp $(CONFD_PKGDIR)/$$fn $(FINIT_D)/available/; \
|
||||
ln -sf ../available/$$fn $(FINIT_D)/enabled/$$fn; \
|
||||
done
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Cron daemon for infix-schedule
|
||||
service [2345] crond -f -- Cron daemon
|
||||
Reference in New Issue
Block a user