forked from pool/docker
Accepting request 1030758 from home:dancermak:branches:Virtualization:containers
Fix wrong After: in docker.service, fixes bsc#1188447 OBS-URL: https://build.opensuse.org/request/show/1030758 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=377
This commit is contained in:
parent
f987e5dd41
commit
2d5b72554e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 24 09:45:20 UTC 2022 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
- Fix wrong After: in docker.service, fixes bsc#1188447
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 29 08:40:35 UTC 2022 - Aleksa Sarai <asarai@suse.com>
|
Thu Sep 29 08:40:35 UTC 2022 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Application Container Engine
|
Description=Docker Application Container Engine
|
||||||
Documentation=http://docs.docker.com
|
Documentation=http://docs.docker.com
|
||||||
After=network.target lvm2-monitor.service SuSEfirewall2.service
|
After=network.target lvm2-monitor.service firewalld.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
EnvironmentFile=/etc/sysconfig/docker
|
EnvironmentFile=/etc/sysconfig/docker
|
||||||
|
Loading…
Reference in New Issue
Block a user