mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
#!/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"
|