Wowza Streaming Engine 4.2 and ubuntu 15.04 with Systemd

Hi

There are some workarounds.

1/ you can manually start Wowza by running the following as root

/etc/init.d/WowzaStreamingEngine start

/etc/init.d/WowzaStreamingEngineManager start

2/ Alternatively, you can reinstall the missing upstart functionality

apt-get install upstart-sysv

The second option would ensure that Wowza is restarted on machine reboots.

  1. A third option would be to try implementing the systemd service. This forum thread/post seems to have something that was reported as working.

Daren