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

Authored and Committed by abbra 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>