Systemd/timers: Difference between revisions

imported>Tamiyo
fix minor config issue
0x4A6F (talk | contribs)
No edit summary
Line 1: Line 1:
{{Systemd/breadcrumb}}
Timers are systemd unit files whose name ends in .timer that control .service files or events. Timers can be used as an alternative to <code>cron</code>. Timers have built-in support for calendar-based events and monotonic time events, and can be run asynchronously.  
Timers are systemd unit files whose name ends in .timer that control .service files or events. Timers can be used as an alternative to <code>cron</code>. Timers have built-in support for calendar-based events and monotonic time events, and can be run asynchronously.