MCPcopy Create free account
hub / github.com/git/git / systemd_timer_delete_unit_files

Function systemd_timer_delete_unit_files

builtin/gc.c:3205–3214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3203}
3204
3205static int systemd_timer_delete_unit_files(void)
3206{
3207 systemd_timer_delete_stale_timer_templates();
3208
3209 /* Purposefully not short-circuited to make sure all are called. */
3210 return systemd_timer_delete_timer_file(SCHEDULE_HOURLY) |
3211 systemd_timer_delete_timer_file(SCHEDULE_DAILY) |
3212 systemd_timer_delete_timer_file(SCHEDULE_WEEKLY) |
3213 systemd_timer_delete_service_template();
3214}
3215
3216static int systemd_timer_delete_units(void)
3217{

Callers 1

Tested by

no test coverage detected