diff options
-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 |