File fix-daemon-name.patch of Package opensnitch
--- a/utils/scripts/restart-opensnitch-onsleep.sh +++ b/utils/scripts/restart-opensnitch-onsleep.sh @@ -7,8 +7,8 @@ # Copy it to /lib/systemd/system-sleep/ with any name and exec permissions. # if [ "$1" == "pre" ]; then - service opensnitchd stop + service opensnitch stop elif [ "$1" == "post" ]; then - service opensnitchd stop - service opensnitchd start + service opensnitch stop + service opensnitch start fi