first commit
This commit is contained in:
commit
21be7fd279
156 changed files with 6939 additions and 0 deletions
12
configs/rc.poweroff
Normal file
12
configs/rc.poweroff
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
echo "[*] Umounting..."
|
||||
umount -a
|
||||
|
||||
echo "[*] Syncing..."
|
||||
sync
|
||||
|
||||
echo "[*] Closing processes..."
|
||||
kill -a -s TERM
|
||||
sleep 5
|
||||
|
||||
echo "[*] Poweroff..."
|
Loading…
Add table
Add a link
Reference in a new issue