There is no reason for walinuxagent.service to Want
cloud-final.service. That could cause problems if cloud-init was
disabled.
There is also no reason for it to need to run After cloud-final.
Instead replace that with After of cloud-init. That will ensure
that cloud-init in its datasource code has an opportunity affect
walinuxagent before it starts.
The need for this is because cloud-init was starting walinux.service
during cloud-init.service, which would cause unresolvable
cyclic dependencies.
* Update setup.py to add udev files
* Rename systemd service to waagent.service
- Keep waagent.service for consistency
- Use /usr/bin/python as default instead of /usr/bin/python3
1. Fix systemd init script location for SUSE and centos
2. Fix sysV script for SLES11
3. Use systemctl for sles12+
4. Mitigate systemd issue on centos 7.1