| 3242 | } |
| 3243 | |
| 3244 | static int systemd_timer_update_schedule(int run_maintenance, int fd UNUSED) |
| 3245 | { |
| 3246 | if (run_maintenance) |
| 3247 | return systemd_timer_setup_units(); |
| 3248 | else |
| 3249 | return systemd_timer_delete_units(); |
| 3250 | } |
| 3251 | |
| 3252 | enum scheduler { |
| 3253 | SCHEDULER_INVALID = -1, |
nothing calls this directly
no test coverage detected