Commit Graph

11 Commits

Author SHA1 Message Date
Scott Moser 54256269d4 walinuxagent.service: adjust Wants and After (#426)
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.
2016-09-14 16:57:04 -07:00
Ahmet Alp Balkan 99b89b3386 Add -u unbuffering to ubuntu systemd unit (#289) 2016-07-06 10:25:28 -07:00
Ahmet Alp Balkan 5645bdda9e [2.1] Systemd unit file updates (#230)
* Rename systemd unit file, chmod -x

* Extend the systemd unit file

* Add notice for ubuntu systemd file
2016-06-15 15:13:28 -07:00
Yue Zhang 82fde85f17 Update systemd unit file and waagent.conf for Ubuntu15.10 2015-11-19 00:55:04 +08:00
Yue Zhang 27270823f2 Rename Windows Azure to Microsoft Azure 2015-10-23 14:55:05 +08:00
Yue Zhang 3cb46637c1 Use hard-code python path for Ubuntu 15.04 test 2015-08-05 11:48:42 +08:00
Yue Zhang 8c02b0c4c1 Support old extensions 2015-08-05 11:34:06 +08:00
Yue Zhang 46de362f28 Add service config for ubuntu pre-15.04 2015-08-02 15:29:58 +08:00
Yue Zhang fb40e89ea6 Add restart to upstart and systemd script 2015-08-02 14:23:50 +08:00
Yue Zhang 46c6115ee3 Change to systemd for ubuntu 1504 2015-06-30 16:24:24 +08:00
Yue Zhang 8ed9073057 Add distro loader 2015-06-24 15:49:09 +08:00