Commit e662bf51 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

basealt.mk: Fix chronyd and crond service status on aarch64

ALT bug #37197.
parent d3c0969b
......@@ -28,8 +28,6 @@ endif
@$(call add,THE_LISTS,$(call tags,mobile mate))
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,EFI_BOOTARGS,lang=ru_RU)
@$(call add,SERVICES_ENABLE,chronyd)
@$(call add,SERVICES_ENABLE,crond)
ifeq (,$(filter-out e2k%,$(ARCH)))
distro/.alt-workstation-base: distro/.e2k-installer mixin/alt-workstation
......
......@@ -38,6 +38,8 @@ mixin/alt-workstation: +systemd +pulse +nm \
@$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,SERVICES_DISABLE,sshd)
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd)
@$(call add,SERVICES_ENABLE,chronyd)
@$(call add,SERVICES_ENABLE,crond)
@$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge gpm)
@$(call set,META_PUBLISHER,BaseALT Ltd)
......
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