ssm-services/init.d/system

14 lines
162 B
Plaintext
Raw Normal View History

2014-08-16 12:04:40 +00:00
#!/usr/bin/env watchman
unset start stop restart reload status
reboot() {
echo "Rebooting..."
kill -2 1
}
poweroff() {
echo "Powering off..."
kill -10 1
}