MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/netdata/usr/local/local/lib/netdata/system/runit/run
#!/bin/sh

piddir="/opt/netdata/var/run/netdata/netdata.pid"
pidfile="${piddir}/netdata.pid"

command="/opt/netdata/usr/sbin/netdata"
command_args="-P ${pidfile} -D"

[ ! -d "${piddir}" ] && mkdir -p "${piddir}"
chown -R netdata "${piddir}"

exec ${command} ${command_args}