Added a binary instead of its source. Fixed.

master
Andy Teijelo Pérez 2015-11-03 00:02:06 -05:00
parent 6024005134
commit d522f92dac
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,7 @@
#include <stdlib.h>
int main()
{
//system("/etc/init.d/freeradius reload");
system("pkill -HUP freeradius");
}