b8a1d13 Azure Pipelines: Override services known to not work in containers

2 files Authored by abbra 3 years ago, Committed by cheimes 3 years ago,
    Azure Pipelines: Override services known to not work in containers
    
    Chrony daemon tries to use adjtimex() which doesn't work in the
    container we run in Docker environment on Azure Pipelines.
    
    nis-domainname also tries to modify kernel-specific parameter that
    doesn't really work in runc-based containers.
    
    Use systemd container detection to avoid starting these services in the
    containers.
    
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>