1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Merge pull request #3683 from cgwalters/units-require

bootstrap: Make crio-configure.service RequiredBy=crio.service
This commit is contained in:
OpenShift Merge Robot
2020-06-03 01:28:17 +02:00
committed by GitHub

View File

@@ -8,3 +8,6 @@ Before=crio.service
Type=oneshot
ExecStart=/usr/local/bin/crio-configure.sh
RemainAfterExit=true
[Install]
RequiredBy=crio.service