- Mitglied seit
- 17. Mrz 2010
- Beiträge
- 910
- Punkte für Reaktionen
- 12
- Punkte
- 44
Mein Wissensstand ist, dass cron einen neuen Start nach Änderungen an der /etc/crontab benötigt. Jetzt habe ich gelesen, dass dem wohl nicht oder nicht mehr so ist:
Stimmt das auch für die DS? Wenn ja, müsste der Wiki-Eintrag geändert werden.
There are two ways, how the changes are checked in crontables. The first is checking the modtime of file and the other is using inotify support. You can find out which of them are you using, if you check /var/log/cron where is (or isn't) inotify mentioned after start of daemon. The inotify support is watching for changes in all crontables and touch the disk only in case that something was changed.
In other case cron checks each minute to see if its crontables modtime have changes and reload those which have changes. There is no need to restart cron after some of the crontable is modified. The modtime option is used also when inotify couldn't be initialized.
Stimmt das auch für die DS? Wenn ja, müsste der Wiki-Eintrag geändert werden.