Fix cloud-init.service dependencies
This commit is contained in:
parent
a2171c6d7b
commit
56f9947292
@ -75,7 +75,7 @@ Index: cloud-init/systemd/cloud-init.service
|
|||||||
+Description=Initial cloud-init job (metadata service crawler)
|
+Description=Initial cloud-init job (metadata service crawler)
|
||||||
+After=local-fs.target network.target cloud-init-local.service
|
+After=local-fs.target network.target cloud-init-local.service
|
||||||
+Requires=network.target
|
+Requires=network.target
|
||||||
+Wants=local-fs.target
|
+Wants=local-fs.target cloud-init-local.service
|
||||||
+
|
+
|
||||||
+[Service]
|
+[Service]
|
||||||
+Type=oneshot
|
+Type=oneshot
|
||||||
|
@ -154,6 +154,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 28 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.6.bzr457
|
* Wed Sep 28 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.6.bzr457
|
||||||
- Consolidated selinux file context patches
|
- Consolidated selinux file context patches
|
||||||
|
- Fixed cloud-init.service dependencies
|
||||||
|
|
||||||
* Sat Sep 24 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.5.bzr457
|
* Sat Sep 24 2011 Garrett Holmstrom <gholms@fedoraproject.org> - 0.6.2-0.5.bzr457
|
||||||
- Rebased against upstream rev 457
|
- Rebased against upstream rev 457
|
||||||
|
Loading…
Reference in New Issue
Block a user