summarylogtreecommitdiffstats
path: root/phc-k8.system-sleep
diff options
context:
space:
mode:
Diffstat (limited to 'phc-k8.system-sleep')
-rw-r--r--phc-k8.system-sleep5
1 files changed, 5 insertions, 0 deletions
diff --git a/phc-k8.system-sleep b/phc-k8.system-sleep
new file mode 100644
index 000000000000..191fc74536f9
--- /dev/null
+++ b/phc-k8.system-sleep
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+if [ "$1" = post ]; then
+ . /usr/bin/phc-k8 set
+fi