# Wowza deb/rpm systemd service

**URL:** https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807
**Category:** Wowza Streaming Engine
**Tags:** server-administration
**Created:** [August 16, 2019, 2:47pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807 "2019-08-16T14:47:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Paul\_Gration](https://avatars.discourse-cdn.com/v4/letter/p/7c8e57/32.png) [@Paul\_Gration](https://community.wowza.com/u/Paul_Gration)
#### Post date: [August 16, 2019, 2:47pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807/1 "2019-08-16T14:47:56Z")

</div>

When installing either the deb or rpm for Wowza Streaming Engine 4.7.7 it seems to add sysv init scripts (/etc/init.d/WowzaStreamingEngine and /etc/init.d/WowzaStreamingEngineManager). However I can’t seem to find a way to get these to auto start on boot with Ubuntu 18.04.

There also appears to be systemd init files that get copied to /usr/local/WowzaStreamingEngine/bin/WowzaStreamingEngine.service and /usr/local/WowzaStreamingEngine/manager/bin/WowzaStreamingEngineManager.service but these aren’t linked to/installed anywhere that systemd can make use of them which is strange…within these service files there’s no stop link defined so the process is sent a TERM signal and the service files seem to execute a different startup script for Wowza compared to the sysv files.

When trying to add the sysv scripts to systemd with `systemctl enable WowzaStreamingEngine` I get the following output despite there being `# Default-Start: 2 3 4 5` defined within the `BEGIN INIT INFO` section of the init script:

“WowzaStreamingEngine.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable WowzaStreamingEngine update-rc.d: error: WowzaStreamingEngine Default-Start contains no runlevels, aborting.”

I’m investigating this as ansible isn’t able to enable the WowzaStreamingEngine/WowzaStreamingEngineManager services on boot using the `service` module, similarly it complains of missing runlevels.

Thanks in advance

---

<div class="post-metadata">

### Author: ![Alex\_C](https://avatars.discourse-cdn.com/v4/letter/a/bbe5ce/32.png) [@Alex\_C](https://community.wowza.com/u/Alex_C)
#### Post date: [September 4, 2019, 9:42pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807/2 "2019-09-04T21:42:48Z")

</div>

Hello @Paul Gration,

Based on your issue description it seems like there might have been something permission or system-level going on when you installed Wowza.

I would recommend uninstalling Wowza Engine, restarting your linux system and trying to install using the latest installer available from here:

[https://www.wowza.com/pricing/installer](https://www.wowza.com/pricing/installer)

I checked a local Wowza install on a CentOS linux and did nto see the /etc/init.d/WowzaStreamingEngine script.

Regards,

Alex C.

Wowza Support

---

<div class="post-metadata">

### Author: ![yannick\_barbeaux](https://avatars.discourse-cdn.com/v4/letter/y/3d9bf3/32.png) [@yannick\_barbeaux](https://community.wowza.com/u/yannick_barbeaux)
#### Post date: [December 11, 2019, 3:51pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807/3 "2019-12-11T15:51:01Z")

</div>

Hello,

I face exactly the same problem on a fresh Debian 9.0 (buster) :

```auto
root@wowza2:/etc/init.d# systemctl enable WowzaStreamingEngine

```

```auto
WowzaStreamingEngine.service is not a native service, redirecting to systemd-sysv-install.

Executing: /lib/systemd/systemd-sysv-install enable WowzaStreamingEngine

update-rc.d: error: WowzaStreamingEngine Default-Start contains no runlevels, aborting.

```

and the

/etc/init.d/WowzaStreamingEngine.service file contains the correct header:

#### BEGIN INIT INFO

# Provides: WowzaStreamingEngine

# Required-Start: $syslog $time $local\_fs $remote\_fs

# Required-Stop: $syslog $time $local\_fs $remote\_fs

# Default-Start: 2 3 4 5

# Default-Stop: S 0 1 6

# Short-Description: Wowza Streaming Engine 4 Init Script

# Description: Wowza Streaming Engine 4 Init Script

### END INIT INFO

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [December 11, 2019, 6:00pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807/4 "2019-12-11T18:00:01Z")

</div>

Please tell us which version of Engine are you using @yannick barbeaux?

---

<div class="post-metadata">

### Author: ![yannick\_barbeaux](https://avatars.discourse-cdn.com/v4/letter/y/3d9bf3/32.png) [@yannick\_barbeaux](https://community.wowza.com/u/yannick_barbeaux)
#### Post date: [December 11, 2019, 8:41pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807/5 "2019-12-11T20:41:50Z")

</div>

I downloaded the latest version today :

WowzaStreamingEngine-4.7.8-linux-x64-installer.run

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [December 11, 2019, 10:15pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807/6 "2019-12-11T22:15:41Z")

</div>

That is what I thought. That’s great that you did, but it came with some big changes from 4.7.7. Let me check with the engineers on your post and I’ll be back here soon.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [December 11, 2019, 11:40pm UTC](https://community.wowza.com/t/wowza-deb-rpm-systemd-service/53807/7 "2019-12-11T23:40:15Z")

</div>

Tech support is requesting a support ticket on this @yannick barbeaux. They are curious as to why this is happening and need to have full access to your config and logs. You can submit it here:

[https://www.wowza.com/support/open-ticket](https://www.wowza.com/support/open-ticket)

Thank you.
