diff options
author | Ben Howard <ben.howard@ubuntu.com> | 2015-03-25 11:04:05 -0600 |
---|---|---|
committer | usd-importer <ubuntu-server@lists.ubuntu.com> | 2015-04-10 23:48:27 +0000 |
commit | 5b26ef33dbffbb2cebbfb996f8799d131dc842ae (patch) | |
tree | 165d3033645468cfa6b852e88f8377c2d3408967 | |
parent | 5cd167cb14daafb8da913c8b468c594b95d575ff (diff) | |
download | vyos-walinuxagent-5b26ef33dbffbb2cebbfb996f8799d131dc842ae.tar.gz vyos-walinuxagent-5b26ef33dbffbb2cebbfb996f8799d131dc842ae.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) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/systemd/waagent.service b/distro/systemd/walinuxagent.service index a61fc9d..9177258 100644 --- a/distro/systemd/waagent.service +++ b/distro/systemd/walinuxagent.service @@ -1,7 +1,7 @@ [Unit] Description=Windows Azure Linux Agent After=network.target -After=sshd.service +Wants=sshd.service sshd-keygen.service ConditionFileIsExecutable=/usr/sbin/waagent ConditionPathExists=/etc/waagent.conf |