The attached script updates a couple things which effectively is the same as the current model however it follows the modular nature of the declarative syntax. Splits start_stop_daemon_args into command_background and command_user options.
Created attachment 757258 [details] moolticuted.init Updated script
Thanks a lot! Feel free to commit (I can later on if you're not able right now) for both this and any of my packages. Suggestion: consider attaching patches from git format-output so you get the credit you deserve for these cleanups.
(In reply to Sam James from comment #2) (Wrong bug)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9fd029ec53ec921bcbbce3ea12f6c5d01eb270 commit 6c9fd029ec53ec921bcbbce3ea12f6c5d01eb270 Author: Brian Evans <grknight@gentoo.org> AuthorDate: 2022-06-03 05:24:36 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-06-03 05:29:48 +0000 app-crypt/moolticute: Improve OpenRC script The attached script updates a couple things which effectively is the same as the current model however it follows the modular nature of the declarative syntax. Changes: * Splits start_stop_daemon_args into command_background and command_user options. Closes: https://bugs.gentoo.org/828074 Signed-off-by: Brian Evans <grknight@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> app-crypt/moolticute/files/moolticuted.init-r1 | 12 +++++ app-crypt/moolticute/moolticute-0.43.19-r1.ebuild | 66 +++++++++++++++++++++++ app-crypt/moolticute/moolticute-9999.ebuild | 4 +- 3 files changed, 80 insertions(+), 2 deletions(-)
Thanks!