Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
etc
/
runit
📤 Upload
📝 New File
📁 New Folder
Close
Editing: ctrlaltdel
#!/bin/sh PATH=/bin:/usr/bin MSG="System is going down in 14 seconds..." # echo 'disabled.' ; exit touch /run/runit.stopit chmod 100 /run/runit.stopit && echo "$MSG" | wall /bin/sleep 14
Save
Cancel