diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-04-09 11:54:01 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-04-09 11:54:01 -0400 |
commit | f4789639af50ea631cf75af526ad013b05670caa (patch) | |
tree | a260c0bf1a988ee94418d5f7587c9c660aa3c9ea /ChangeLog | |
parent | 8165000c3975db07cb5b8b29410635dd6c9345bd (diff) | |
download | vyos-cloud-init-f4789639af50ea631cf75af526ad013b05670caa.tar.gz vyos-cloud-init-f4789639af50ea631cf75af526ad013b05670caa.zip |
systemd: use network-online instead of network.target (LP: #1440180)
don't declare a Wants/Requires on network.target; this is a passive target
that should only be pulled in by implementors of the networking service.
The requirement for network needs to be expressed as a dependency on
network-online.target.
LP: #1440180
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ - SmartOS: use v2 metadata service (LP: #1436417) [Daniel Watkins] - NoCloud: fix local datasource claiming found without explicit dsmode - Snappy: add support for installing snappy packages and configuring. + - systemd: use network-online instead of network.target (LP: #1440180) + [Steve Langasek] 0.7.6: - open 0.7.6 - Enable vendordata on CloudSigma datasource (LP: #1303986) |