Closed jonasj76 closed 6 years ago
Nicely done, big thanks to both you and Pontus for working on this! 😎✌️
It seems the build fails with --disable-inetd
https://travis-ci.org/troglobit/finit/jobs/375759298#L1065
finit-service.o: In function `service_step':
/home/travis/build/troglobit/finit/src/service.c:1118: undefined reference to `inetd_stop_children'
collect2: error: ld returned 1 exit status
make[2]: *** [finit] Error 1
Awesome, it builds fine now, thanks! :+1:
Do not restart a inetd service if the listening interface is changed. Only bring down established connection which are no longer allowed, i.e. do not touch already allowed established connections.