Add k3s_service_exec_start_pre_vars for the k3s service. This dictionary can be used to specify additional ExecStartPre commands for the k3s service. These commands will be executed before the main service starts.
For example, the command below removes the cpu_manager_state file if it exists.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Add
k3s_service_exec_start_pre_vars
for the k3s service. This dictionary can be used to specify additional ExecStartPre commands for the k3s service. These commands will be executed before the main service starts.For example, the command below removes the cpu_manager_state file if it exists.