summarylogtreecommitdiffstats
path: root/nm-dispatcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nm-dispatcher.sh')
-rwxr-xr-xnm-dispatcher.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/nm-dispatcher.sh b/nm-dispatcher.sh
new file mode 100755
index 000000000000..fbaf00a1bf17
--- /dev/null
+++ b/nm-dispatcher.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+if [ "$2" = up ]; then
+ # Trigger an immediate ticket renewal.
+ pkill -x -ALRM 'k5start|krenew'
+fi