Here are the start and stop scripts for the lastest Wowza version 4.8.0.

Start scripts

<pre lang="bash">
sudo service WowzaStreamingEngine start
# or
/etc/init.d/WowzaStreamingEngine start

Stop scripts

<pre lang="bash">
sudo service WowzaStreamingEngine stop
# or
/etc/init.d/WowzaStreamingEngine stop