feat(coreos-base/coreos-init): start ssh at boot

startup ssh on bootup
This commit is contained in:
Brandon Philips 2013-03-21 20:14:35 -07:00
parent 512e611766
commit 402be3267e

View File

@ -29,4 +29,7 @@ src_install() {
systemd_dounit coreos-startup.service
systemd_enable_service basic.target coreos-startup.service
systemd_dounit update-engine.service
systemd_enable_service multi-user.target update-engine.service
}