diff options
Diffstat (limited to 'net-analyzer')
-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 |