summaryrefslogtreecommitdiffstats
path: root/roles/openshift_gcp/files/openshift-bootstrap-update.service
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_gcp/files/openshift-bootstrap-update.service')
-rw-r--r--roles/openshift_gcp/files/openshift-bootstrap-update.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/openshift_gcp/files/openshift-bootstrap-update.service b/roles/openshift_gcp/files/openshift-bootstrap-update.service
new file mode 100644
index 000000000..c65b1b34e
--- /dev/null
+++ b/roles/openshift_gcp/files/openshift-bootstrap-update.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Update the OpenShift node bootstrap configuration
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/openshift-bootstrap-update
+User=root