-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
acme: missing START= after last overhaul #20674
Comments
It’s intentional. acme is run by cron, not on every boot. |
Ok, I understand, at least this ticket is here for future reference. |
As of acme version 4.0.0, the recommendation (according to the init script) is Let's take the following scenario: In
If Therefore, in my case I modified the
I would recommend developers to port this change into the main code to make acme start at boot and ensure compatibility with uhttpd if the validation method is webroot. |
More than happy to test. My workaround that worked for me was to add ‘START=49’ (anything lower than uhttpd’s value) in ˋ/etc/init.d/acmeˋ and then enable it. May not be clean but solved for me. So let me know what and when to test. |
Great! Please test the change here: #25409 |
Maintainer: @tohojo
Environment: all
Description:
Acme is no longer able to be enabled since the last overhaul because of the missing START=x in the init.d script.
Was this intentional or was this a mistake? I can make a pull request for this of course but I just wanted to clear out what should be the number.
Thanks all.
The text was updated successfully, but these errors were encountered: