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