diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-10-07 21:08:59 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-10-07 21:08:59 -0500 |
commit | 33c8b0a54f80a6fc244603710f66b73f274b75be (patch) | |
tree | 9d65f2087ee592ebc334a83c242f3b1cce587797 | |
parent | ab4f0a269bb158176f82b3b1c17947bdfb8a7c77 (diff) | |
download | iglpcp-33c8b0a54f80a6fc244603710f66b73f274b75be.tar.lz iglpcp-33c8b0a54f80a6fc244603710f66b73f274b75be.tar.xz iglpcp-33c8b0a54f80a6fc244603710f66b73f274b75be.zip |
Agrega REPARAR-FreeRadius
-rw-r--r-- | REPARAR-FreeRadius.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/REPARAR-FreeRadius.txt b/REPARAR-FreeRadius.txt new file mode 100644 index 0000000..d89f276 --- /dev/null +++ b/REPARAR-FreeRadius.txt @@ -0,0 +1,16 @@ + +1.- Crear el archivo (start_radius.sh) + +touch /usr/local/etc/rc.d/start_radius.sh + +2.- Contenido del archivo start_radius.sh + +#!/bin/sh +sleep 45 +service radiusd.sh start + +3.- Hacer que el start_radius.sh se inicie al bootear + +chmod +x /usr/local/etc/rc.d/start_radius.sh + +Espero les sirva esta solucion ya que a mi me funcionó.
\ No newline at end of file |