Reiniciar Freeradius de hora em hora. [RESOLVIDO]

1. Reiniciar Freeradius de hora em hora. [RESOLVIDO]

jhonathan
ddf22

(usa Ubuntu)

Enviado em 26/02/2016 - 10:30h

Saudações pessoa, estou com um problema no meu servidor freeradius, e gostaria de criar um script que reiniciasse o serviço de 3 em 3 horas, tentei pelo cron mas tive uma certa dificuldade, alguém poderia da uma ajuda?


  


2. MELHOR RESPOSTA

Marcelo Oliver
msoliver

(usa Debian)

Enviado em 26/02/2016 - 10:52h

ddf22 escreveu:

Saudações pessoa, estou com um problema no meu servidor freeradius, e gostaria de criar um script que reiniciasse o serviço de 3 em 3 horas, tentei pelo cron mas tive uma certa dificuldade, alguém poderia da uma ajuda?

-----------------------------------------------------
Bom dia ddf22.
Veja se atende a necessidade . . .


#!/bin/bash
SEG=10800

LOOPING() {
sleep $SEG
#COMANDO PARA RESTARTAR O FREERADIUS
LOOPING
}
LOOPING


OBS:
COLOQUE O SCRIPT PARA INICIAR COM O SISTEMA....

att.:
Marcelo Oliver

OBS-02.: Se resolver, marque como resolvido, gostando da solução, marque como melhor resposta . . . :)

3. Re: Reiniciar Freeradius de hora em hora. [RESOLVIDO]

jhonathan
ddf22

(usa Ubuntu)

Enviado em 26/02/2016 - 11:32h


Bom dia ddf22.
Veja se atende a necessidade . . .


#!/bin/bash
SEG=10800

LOOPING() {
sleep $SEG
#COMANDO PARA RESTARTAR O FREERADIUS
LOOPING
}
LOOPING


OBS:
COLOQUE O SCRIPT PARA INICIAR COM O SISTEMA....

att.:
Marcelo Oliver

OBS-02.: Se resolver, marque como resolvido, gostando da solução, marque como melhor resposta . . . :)


Bom dia Marcelo, no caso o comando é : "service freeradius restart" o scripti ficaria assim:


#!/bin/bash
SEG=10800

LOOPING() {
sleep $SEG
#COMANDO PARA RESTARTAR O FREERADIUS

LOOPING
service freeradius restart }
LOOPING


obs: desculpe não manjo nada de shell script.




4. Resolvido!

jhonathan
ddf22

(usa Ubuntu)

Enviado em 26/02/2016 - 11:48h

#!/bin/bash
SEG=10800

LOOPING() { service freeradius restart
sleep $SEG
#COMANDO PARA RESTARTAR O FREERADIUS
LOOPING
}
LOOPING

Muito Obrigado Marcelo!


5. Re: Reiniciar Freeradius de hora em hora. [RESOLVIDO]

Marcelo Oliver
msoliver

(usa Debian)

Enviado em 26/02/2016 - 13:22h

ddf22 escreveu:

#!/bin/bash
#SETADO PARA 03 HORAS
SEG=10800
LOOPING() {
sleep $SEG
service freeradius restart
LOOPING
}
LOOPING
Muito Obrigado Marcelo!

-----------------------------------------------------------
Boa tarde ddf22.
O comando deve ficar como mostrado acima.

att.:
Marcelo







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts