#!/sbin/openrc-run name=containerRuntime #cfgfile="/etc/containerRuntime/containerRuntime.conf" command="/usr/bin/node" command_args="--experimental-detect-module --unhandled-rejections=warn /usr/lib/startos/init/index.js" pidfile="/run/containerRuntime.pid" command_background="yes" output_log="/var/log/containerRuntime.log" error_log="/var/log/containerRuntime.err"