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-squarenous@programming.devlinkfedilinkEnglisharrow-up4·edit-221 hours 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.