summarylogtreecommitdiffstats
path: root/nm-dispatcher.sh
blob: fbaf00a1bf17a5ae217a7c746cbbb7a6a021dd04 (plain)
1
2
3
4
5
#!/bin/sh
if [ "$2" = up ]; then
	# Trigger an immediate ticket renewal.
	pkill -x -ALRM 'k5start|krenew'
fi