feat(coreos-base/coreos-init): enable ssh socket

enable sshd with socket activiation on boot.
This commit is contained in:
Brandon Philips 2013-03-22 17:47:59 -07:00
parent bd6d88c877
commit c65d1efef2

View File

@ -32,4 +32,6 @@ src_install() {
systemd_dounit update-engine.service
systemd_enable_service multi-user.target update-engine.service
systemd_enable_service multi-user.target sshd.socket
}