In Debian version 9 codename Stretch, upstream (Debian) might add a systemd unit file to the rinetd package.
When that happens (at time we port Whonix to Debian version 9 codename Stretch), we need to update the following code in the anon-ws-disable-stacked-tor maintainer scripts.
grep -r /etc/init.d/rinetd *
- debian/anon-ws-disable-stacked-tor.postinst: if [ -x "/etc/init.d/rinetd" ]; then
- debian/anon-ws-disable-stacked-tor.postrm: if [ -x "/etc/init.d/rinetd" ]; then