Commit 16fb326a authored by Anton Midyukov's avatar Anton Midyukov

alt-platform-builder.mk: fix for enable sshd.service

The service disabled by default. Therefore, should use a higher-priority option to enable the service.
parent 61a4f9a9
...@@ -47,7 +47,7 @@ endif ...@@ -47,7 +47,7 @@ endif
@$(call add,SYSTEM_PACKAGES,mdadm-tool lvm2 multipath-tools fdisk xfsprogs btrfs-progs file) @$(call add,SYSTEM_PACKAGES,mdadm-tool lvm2 multipath-tools fdisk xfsprogs btrfs-progs file)
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1) @$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1)
@$(call add,DEFAULT_SERVICES_ENABLE,ahttpd alteratord) @$(call add,DEFAULT_SERVICES_ENABLE,ahttpd alteratord)
@$(call add,DEFAULT_SERVICES_ENABLE,sshd) @$(call add,SYSTEMD_SERVICES_ENABLE,sshd.service)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge gpm) @$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge gpm)
@$(call add,DEFAULT_SERVICES_DISABLE,consolesaver) @$(call add,DEFAULT_SERVICES_DISABLE,consolesaver)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment