b19d20e Use new classes for run_command and Service

4 files Authored by cheimes 3 years ago, Committed by rcritten 3 years ago,
    Use new classes for run_command and Service
    
    User and Group now return unmodified instance when they are called with
    an instance of themselves: User(user) is user.
    
    run_command() and Service class accept either names or User object.
    
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+22 -20
file modified
+3 -0