Commit 9253249b authored by Victor Marmol's avatar Victor Marmol

Make rkt-install a oneshot.

This will make our dependencies wait for us before they execute.
parent c5a86387
......@@ -71,6 +71,7 @@ coreos:
Requires=network-online.target
After=network-online.target
[Service]
Type=oneshot
EnvironmentFile=/etc/kube-env
ExecStartPre=/usr/bin/mkdir -p /opt/rkt
ExecStartPre=/usr/bin/wget \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment