Skip to main content

Kullanım Kılavuzu (İngilizce)

Keenetic cihazı belirli bir takvime göre yeniden başlatma

KeeneticOS sürüm 2.12'den başlayarak, Keenetic'i belirli bir zamanda (bir programa göre) otomatik olarak yeniden başlayacak şekilde yapılandırabilirsiniz.

Önemli

The operation of the schedule depends directly on the current time set in the router. Ensure that the router has an Internet connection and that the 'Set the time automatically' option in 'General system settings' under 'System settings' is enabled and the time zone is selected correctly. You can see the current time on the Dashboard page in the 'About the system' section.

Zamanlanan yeniden başlatma özelliği, yönlendiricinin komut satırı arabiriminden (CLI) yapılandırılır.

Cihazı komut satırı arabiriminde yeniden başlatmak için 1 dakikalık bir zamanlama oluşturmanız gerekir.

Örnekler:

  1. Cihazı hergün saat 23:57'de otomatik yeniden başlatmak için

    schedule rebootrouter
    action start 57 23 *
    action stop 58 23 *
    exit
    system reboot schedule rebootrouter
    system configuration save
    exit
    schedule-reboot-01-en.png
  2. Haftada 1 kere Pazartesi günleri saat 03:30'da otomatik yeninden başlatmak için:

    schedule rebootrouter
    action start 30 3 1
    action stop 31 3 1
    exit
    system reboot schedule rebootrouter
    system configuration save
    exit
    schedule-reboot-02-en.png
  3. Otomatik yeniden başlatma zamanlayıcısını devre dışı bırakma

    no system reboot schedule
    system configuration save
    schedule-reboot-03-en.png

Not

Zamanlayıcı için komut dizisi:

(config)> schedule action ( start | stop ) ‹ min › ‹ hour › ‹ dow ›

action start — zamanlayıcı başlangıcı;

action stop — zamanlayıcı bitişi;

min — dakika (0 'dan 59'a kadar integer değer);

hour — saat ( 0'dan 23'e kadar integer değer);

dow — haftanın günü;  0 ve 7 Pazar anlamına gelir; * günlük olarak yapılmak istenirse (virgül) ile birbirinden ayrılır; (örneğin: action start 0 4 1,2,3,4,5 ).

Detailed information on command syntax and command-line interface (CLI) can be found in the Reference Guide (you can find it in the İndirme Merkezidownload.png section of your router model page).