summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Howard <ben@prongs>2015-07-17 14:24:20 -0600
committerusd-importer <ubuntu-server@lists.ubuntu.com>2015-07-17 21:23:35 +0000
commit793fe83c3a58d2dbbd17db30f8cff4a3fc51525e (patch)
treec341917c59da6d27539ac7a09faf22b10fec4329
parent31e0b1ed95c5cb39930143f06e68bdc832d0859d (diff)
downloadvyos-walinuxagent-793fe83c3a58d2dbbd17db30f8cff4a3fc51525e.tar.gz
vyos-walinuxagent-793fe83c3a58d2dbbd17db30f8cff4a3fc51525e.zip
fix-waagent-service.patch
No DEP3 Subject or Description header found Gbp-Pq: fix-waagent-service.patch.
-rw-r--r--distro/systemd/walinuxagent.service (renamed from distro/systemd/waagent.service)5
1 files changed, 3 insertions, 2 deletions
diff --git a/distro/systemd/waagent.service b/distro/systemd/walinuxagent.service
index a61fc9d..2438a0a 100644
--- a/distro/systemd/waagent.service
+++ b/distro/systemd/walinuxagent.service
@@ -1,9 +1,10 @@
[Unit]
Description=Windows Azure Linux Agent
-After=network.target
-After=sshd.service
+After=network-online.target cloud-final.service
+Wants=network-online.target sshd.service sshd-keygen.service cloud-final.service
ConditionFileIsExecutable=/usr/sbin/waagent
ConditionPathExists=/etc/waagent.conf
+ConditionVirtualization=microsoft
[Service]
Type=simple