Bug#782030: stunnel4: Fails to restart on slow/loaded systems

2017-06-21 Thread Ferenc Wágner
Package: stunnel4 Followup-For: Bug #782030 Here's a patch adding systemd Type=notify support: --- a/src/ui_unix.c +++ b/src/ui_unix.c @@ -107,6 +107,9 @@ if(signal(SIGINT, SIG_IGN)!=SIG_IGN) signal(SIGINT, signal_handler); /* fatal */ #endif +#ifdef USE_SYSTEMD +sd

Bug#782030: stunnel4: Fails to restart on slow/loaded systems

2015-04-06 Thread Tollef Fog Heen
Package: stunnel4 Version: 3:5.06-2 Severity: serious >From the init script: force-reload|restart) echo -n "Restarting $DESC: " killdaemons sleep 5 startdaemons echo "$NAME." ;; Nothing here ensures the daemons have actually exited before it trie