Open yhaliaw opened 1 year ago
Split the configuration for service and timer for ensure_event_timer. Use utilities.execute_command over subprocess.run.
ensure_event_timer
utilities.execute_command
subprocess.run
@yhaliaw I think this is no longer necessary, can you confirm and close the issue, please?
Enhancement Proposal
Split the configuration for service and timer for
ensure_event_timer
. Useutilities.execute_command
oversubprocess.run
.