/usr/local/jetapps/usr/share/rear/skel/default/etc/scripts
#!/usr/bin/bash # # shutdown system echo "Killing -TERM all processes" killall5 15 sleep 2 echo "Killing -KILL all processes" killall5 9 umount -av case "$1" in halt) halt -f ;; reboot) reboot -f ;; *) echo "Unknown shutdown method '$1'" ;; esac
.
Edit
..
Edit
boot
Edit
dhcp-setup-functions.sh
Edit
do-shutdown
Edit
ramdisk-rootfs
Edit
run-automatic-rear
Edit
run-serial
Edit
run-sshd
Edit
run-syslog
Edit
system-setup
Edit
system-setup-functions.sh
Edit
system-setup.d
Edit
system-status.sh
Edit
unlock-opal-disks
Edit