kdave / btrfsmaintenance

Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories.
GNU General Public License v2.0
900 stars 79 forks source link

Is cron a required dependency on systemd? #57

Closed Gooberpatrol66 closed 6 years ago

Gooberpatrol66 commented 6 years ago

Just wondering if cron is required for anything or if I can just use systemd timers.

SManAT commented 6 years ago

Use System Timers no cron needed

Gooberpatrol66 commented 6 years ago

Cool.