Перейти до

stargazer restart


Рекомендованные сообщения

i use mikrotik api and my router is dead and i need add again users info in new router and i can do this without server restart and i dont need restart ...  

 

I'm using mikrotik app and I want the server to send users data in mikrotik in every 10 minutes, how can I do that?

Ссылка на сообщение
Поделиться на других сайтах

Use the following command:

crontab -e

It opens an editor with a cron-file for your user. If you need to do cron-jobs under root – execute the command as a root user.

Add the following line to the file:

*/10 * * * * /usr/local/bin/my_cron_command.sh

Save and close the file. It will execute /usr/local/bin/my_cron_command.sh every 10 minutes.
Now you can create /usr/local/bin/my_cron_command.sh, put whatever you want into it (stargazer restart or mikrotik API interaction) and add an executable bit for this file:

chmod +x /usr/local/bin/my_cron_command.sh

Make sure the file is correct by manually executing it.

Ссылка на сообщение
Поделиться на других сайтах

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Вхід

Уже зарегистрированы? Войдите здесь.

Войти сейчас
  • Зараз на сторінці   0 користувачів

    Немає користувачів, що переглядають цю сторінку.

×
×
  • Створити нове...