1 2 3 4 5
#!/bin/sh if [ "$2" = up ]; then # Trigger an immediate ticket renewal. pkill -x -ALRM 'k5start|krenew' fi