Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
runit
📤 Upload
📝 New File
📁 New Folder
Close
Editing: runlevel
#!/bin/sh if [ -e /run/runit.runlevel.6 ]; then exec printf 'N 6' elif [ -e /run/runit.runlevel.0 ]; then exec printf 'N 0' else exec printf 'N 2' fi
Save
Cancel