mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 23:11:07 +02:00
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:
parent
907cf8af91
commit
2cff24a66d
@ -51,6 +51,6 @@ src_install() {
|
|||||||
systemd_dounit units/*.path
|
systemd_dounit units/*.path
|
||||||
systemd_dounit units/*.service
|
systemd_dounit units/*.service
|
||||||
systemd_dounit units/*.target
|
systemd_dounit units/*.target
|
||||||
systemd_enable_service default.target system-config.target
|
systemd_enable_service multi-user.target system-config.target
|
||||||
systemd_enable_service default.target user-config.target
|
systemd_enable_service multi-user.target user-config.target
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user