diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-07-03 10:47:27 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-03 18:03:22 +0000 |
commit | df57ba21c9f526315a81fc221271e86b1423f8a2 (patch) | |
tree | 7c9350798617a73aacf052206942f4dfb6ab8b04 | |
parent | adf09a5200a3f0cec9192ce7d90408eda95579ed (diff) | |
download | vyos-walinuxagent-df57ba21c9f526315a81fc221271e86b1423f8a2.tar.gz vyos-walinuxagent-df57ba21c9f526315a81fc221271e86b1423f8a2.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 |