diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-07-02 15:14:26 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-07-03 16:03:20 +0000 |
commit | b8a6fda457fc615c2644af480d6924e86833f466 (patch) | |
tree | 96a1983e18aae93035c9cf4e51ad703e623a26a3 | |
parent | 1a04cfb71576c2c8a9a55a0bf457e771a09c320f (diff) | |
download | vyos-walinuxagent-b8a6fda457fc615c2644af480d6924e86833f466.tar.gz vyos-walinuxagent-b8a6fda457fc615c2644af480d6924e86833f466.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 |