cm0002@infosec.pub to Linux@programming.dev · 2 days agoSystemd timers or classic cron?message-squaremessage-square16fedilinkarrow-up142arrow-down11file-text
arrow-up141arrow-down1message-squareSystemd timers or classic cron?cm0002@infosec.pub to Linux@programming.dev · 2 days agomessage-square16fedilinkfile-text
Just learned of timers the other day, but I’m a cron guy, anybody out there using timers? Anything I’m missing out on?
minus-squaremesa@piefed.sociallinkfedilinkEnglisharrow-up2·2 days agoFor me ive always used: cron if its simple and can take care of itself. systemd if its more complex and needs the OS to do a thing related. Its not a hard set rule but its like 95% cron and some systemd on the side for me.
For me ive always used:
Its not a hard set rule but its like 95% cron and some systemd on the side for me.