The easiest fix for Ubuntu 16.04 (and probably 18.04 too) is: $ sudo mkdir -p /etc/systemd/system/lighttpd.service.d $ echo '[Service] KillMode=mixed KillSignal=SIGINT TimeoutStopSec=60' | sudo tee /etc/systemd/system/lighttpd.service.d/sigint.conf $ sudo systemctl daemon-reload
Ubuntu 20.04 already contains a new Lighttpd release with configuration reload support via SIGUSR1 signal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721635 Title: "reload" action breaks further actions To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/1721635/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
