diff options
Diffstat (limited to 'app-admin/openrc-restart-crashed/files/openrc-restart-crashed.cron')
-rw-r--r-- | app-admin/openrc-restart-crashed/files/openrc-restart-crashed.cron | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/openrc-restart-crashed/files/openrc-restart-crashed.cron b/app-admin/openrc-restart-crashed/files/openrc-restart-crashed.cron index c50a0a9e..4158cb80 100644 --- a/app-admin/openrc-restart-crashed/files/openrc-restart-crashed.cron +++ b/app-admin/openrc-restart-crashed/files/openrc-restart-crashed.cron @@ -12,7 +12,7 @@ HOME=/ # hour (0-23) # day of month (1-31) # month of year (1-12) -# day of week (0-6, Sunday == 0) +# day of week (0-7, Sunday == 0 and 7) * * * * * root test -x /usr/local/sbin/openrc-restart-crashed && /usr/local/sbin/openrc-restart-crashed --quiet -- $services |