commit:     6f38bef4bbf57f356ff94e48e1ae6a7767599404
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  4 15:21:59 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Sat Dec  4 15:23:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f38bef4

net-analyzer/munin: Update munin-asyncd script

Split options into their declarative components

Closes: https://bugs.gentoo.org/828095
Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 net-analyzer/munin/files/munin-asyncd.init.2 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 
b/net-analyzer/munin/files/munin-asyncd.init.2
index 59ef4c6b0280..15a17a7bef6c 100644
--- a/net-analyzer/munin/files/munin-asyncd.init.2
+++ b/net-analyzer/munin/files/munin-asyncd.init.2
@@ -1,11 +1,12 @@
 #!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 command=/usr/libexec/munin/munin-asyncd
 command_args="--fork"
 pidfile="/run/munin-asyncd.pid"
-start_stop_daemon_args="--background --make-pidfile --user munin-async"
+command_background="yes"
+command_user="munin-async"
 
 depend() {
        need munin-node

Reply via email to