Remove crio-wipe service that is not required
parent
ac967f83a7
commit
c56e02ce4b
|
@ -72,9 +72,6 @@ define CRIO_BIN_INSTALL_INIT_SYSTEMD
|
||||||
$(INSTALL) -Dm644 \
|
$(INSTALL) -Dm644 \
|
||||||
$(CRIO_BIN_PKGDIR)/crio.service \
|
$(CRIO_BIN_PKGDIR)/crio.service \
|
||||||
$(TARGET_DIR)/usr/lib/systemd/system/crio.service
|
$(TARGET_DIR)/usr/lib/systemd/system/crio.service
|
||||||
$(INSTALL) -Dm644 \
|
|
||||||
$(CRIO_BIN_PKGDIR)/crio-wipe.service \
|
|
||||||
$(TARGET_DIR)/usr/lib/systemd/system/crio-wipe.service
|
|
||||||
$(call link-service,crio.service)
|
$(call link-service,crio.service)
|
||||||
$(call link-service,crio-shutdown.service)
|
$(call link-service,crio-shutdown.service)
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=CRI-O Auto Update Script
|
|
||||||
Before=crio.service
|
|
||||||
After=minikube-automount.service
|
|
||||||
Requires=minikube-automount.service
|
|
||||||
RequiresMountsFor=/var/lib/containers
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
EnvironmentFile=-/etc/sysconfig/crio
|
|
||||||
EnvironmentFile=-/etc/sysconfig/crio.minikube
|
|
||||||
EnvironmentFile=/var/run/minikube/env
|
|
||||||
ExecStart=/usr/bin/crio \
|
|
||||||
$CRIO_OPTIONS \
|
|
||||||
$CRIO_MINIKUBE_OPTIONS \
|
|
||||||
wipe
|
|
||||||
|
|
||||||
Type=oneshot
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
|
@ -4,8 +4,6 @@ Documentation=https://github.com/cri-o/cri-o
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
After=network-online.target minikube-automount.service
|
After=network-online.target minikube-automount.service
|
||||||
Requires=minikube-automount.service
|
Requires=minikube-automount.service
|
||||||
After=crio-wipe.service
|
|
||||||
Requires=crio-wipe.service
|
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
|
|
Loading…
Reference in New Issue