Added a binary instead of its source. Fixed.
This commit is contained in:
parent
6024005134
commit
d522f92dac
2 changed files with 7 additions and 0 deletions
Binary file not shown.
7
reload_freeradius.c
Normal file
7
reload_freeradius.c
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
//system("/etc/init.d/freeradius reload");
|
||||||
|
system("pkill -HUP freeradius");
|
||||||
|
}
|
Loading…
Reference in a new issue