mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
Merge pull request #2484 from dm0-/bugs-1872
coreos-base/coreos-cloudinit: don't install to default.target
This commit is contained in:
commit
af2d86c9d7
@ -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