Replies: 1 comment
-
From
I.e. Try:
A quick web search indicates that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm trying dinit on alpine to ditch openrc for this amazing init system. I'm currently having fun with it and I like it very much. I'm still tinkering about process management and more especially readiness.
I have syslogd starting early and then crond, klogd, ntpd and so on. But the system is so fast that crond and ntpd are already ready before syslogd actually created /var/log/messages and the catch of /dev/log meaning that a few lines are mixed in the boot process.
The problem is that busybox's syslogd has no way to indicate it is ready so I have no clue how can I improve this, do you have any idea?
Current services files:
Beta Was this translation helpful? Give feedback.
All reactions