diff options
author | Brian Evans <grknight@gentoo.org> | 2021-12-04 10:21:59 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2021-12-04 10:23:25 -0500 |
commit | 6f38bef4bbf57f356ff94e48e1ae6a7767599404 (patch) | |
tree | c54380b40d02362f700b59722700e5bf7f2d1a81 /net-analyzer/munin | |
parent | sci-electronics/xnec2c: Version bump (diff) | |
download | gentoo-6f38bef4bbf57f356ff94e48e1ae6a7767599404.tar.gz gentoo-6f38bef4bbf57f356ff94e48e1ae6a7767599404.tar.bz2 gentoo-6f38bef4bbf57f356ff94e48e1ae6a7767599404.zip |
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@gentoo.org>
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r-- | net-analyzer/munin/files/munin-asyncd.init.2 | 5 |
1 files 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 |