diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-04-15 10:59:38 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-04-15 21:53:50 +0000 |
commit | b0cf660583d47ae85c1cbd322ab6741bfca47b07 (patch) | |
tree | a75272fc544048df71778bec60407ade8266a3b3 | |
parent | 8a7a8e7e87594a8c2d13e37bd956dc25d3778d94 (diff) | |
download | vyos-walinuxagent-b0cf660583d47ae85c1cbd322ab6741bfca47b07.tar.gz vyos-walinuxagent-b0cf660583d47ae85c1cbd322ab6741bfca47b07.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 |