Home | History | Annotate | Download | only in common_lib

Lines Matching refs:control_cmd

2376     control_cmd = action + ' ' + service_name
2378 control_cmd = 'systemctl ' + control_cmd
2379 return system(control_cmd, ignore_status=ignore_status)