diff options
Diffstat (limited to 'distro/systemd/walinuxagent.service')
-rw-r--r-- | distro/systemd/walinuxagent.service | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distro/systemd/walinuxagent.service b/distro/systemd/walinuxagent.service index 9177258..2438a0a 100644 --- a/distro/systemd/walinuxagent.service +++ b/distro/systemd/walinuxagent.service @@ -1,9 +1,10 @@ [Unit] Description=Windows Azure Linux Agent -After=network.target -Wants=sshd.service sshd-keygen.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 |