Page 1 of 1

Add crontab management on salixtools

Posted: 27. Feb 2023, 10:34
by mistfire
Hello Salix Developers
Could you please add gui frontend for crontab management on salixtools? Gnome-schedule was too outdated because it requires pygtk and older python libraries.

Re: Add crontab management on salixtools

Posted: 28. Feb 2023, 16:52
by gapan
You mean a GUI like gnome-schedule? While it is possible to do it, I find little incentive to. Running

Code: Select all

crontab -e
is simple enough I think. If you're confused about crontab entry format, you can use something like this to set them up:
https://crontab.guru/