mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-20 11:44:30 +00:00
8 lines
134 B
Bash
Executable File
8 lines
134 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PATH=/bin:/usr/bin
|
|
MSG="System is rebooting..."
|
|
|
|
touch /etc/runit/stopit
|
|
chmod 100 /etc/runit/stopit && echo "$MSG" | wall
|