cm0002@infosec.pub to Linux@programming.dev · 2 months agoSystemd timers or classic cron?message-squaremessage-square19fedilinkarrow-up145arrow-down11file-text
arrow-up144arrow-down1message-squareSystemd timers or classic cron?cm0002@infosec.pub to Linux@programming.dev · 2 months agomessage-square19fedilinkfile-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-squarenous@programming.devlinkfedilinkEnglisharrow-up6·edit-22 months agoYou can also easily see when the job last ran, if it was successful and when it will next run. As well as just trigger the service if you want it to run now.
You can also easily see when the job last ran, if it was successful and when it will next run. As well as just trigger the service if you want it to run now.