Skip to content
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

deploy: drop one-off use of the "service" wrapper #4

Merged

Conversation

bjornfor
Copy link
Contributor

service <name> [args] is a small wrapper for /etc/init.d/<name> [args]. dewclaw already makes several direct calls to
/etc/init.d/config_generation, and the one-off service config_generation call confused me (I had to look up the implementation in OpenWrt). I think it's better to call the script the same way everywhere.

`service <name> [args]` is a small wrapper for `/etc/init.d/<name> [args]`.
dewclaw already makes several direct calls to
`/etc/init.d/config_generation`, and the one-off `service config_generation`
call confused me (I had to look up the implementation in OpenWrt). I
think it's better to call the script the same way everywhere.
@bjornfor
Copy link
Contributor Author

...unless I've completely misunderstood something fundamental :-D

@MakiseKurisu MakiseKurisu merged commit bbbd04f into MakiseKurisu:main Feb 10, 2025
1 check passed
@bjornfor bjornfor deleted the drop-one-off-service-wrapper-use branch February 10, 2025 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants