From: Craig Andrews Date: Tue, 5 Jul 2016 00:10:20 +0000 (-0400) Subject: runscript is deprecated, use openrc-run instead X-Git-Tag: v1.3.0~89^2 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=d26815ea13f933780eff17ef14112756db07cb20 runscript is deprecated, use openrc-run instead Discovered due to a Gentoo QA notice: ```text * QA Notice: #!/sbin/runscript is deprecated, use #!/sbin/openrc-run instead: * //etc/init.d/netdata ``` --- diff --git a/system/netdata-openrc.in b/system/netdata-openrc.in index 3d5f2cdc..55808364 100644 --- a/system/netdata-openrc.in +++ b/system/netdata-openrc.in @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # The user netdata is configured to run as. # If you edit its configuration file to set a different