coreos-base/coreos-cloudinit: don't install to default.target

With systemd v233, the units linked in default.target.wants are not
started.  This enables the config targets as multi-user.target
dependencies instead.
This commit is contained in:
David Michael 2017-03-16 21:30:07 -07:00
parent 907cf8af91
commit 2cff24a66d
2 changed files with 2 additions and 2 deletions

View File

@ -51,6 +51,6 @@ src_install() {
systemd_dounit units/*.path
systemd_dounit units/*.service
systemd_dounit units/*.target
systemd_enable_service default.target system-config.target
systemd_enable_service default.target user-config.target
systemd_enable_service multi-user.target system-config.target
systemd_enable_service multi-user.target user-config.target
}