1 2 3 4 5
#!/bin/sh if [ -f /var/run/reboot-required -a -f /etc/cosmos-automatic-reboot ]; then reboot fi