Start/Stop Script Ubuntu 16.04 [Help]

A. Schulze sca at andreasschulze.de
Tue Dec 29 15:46:15 UTC 2020



Am 29.12.20 um 15:43 schrieb Paulo Roberto Tomasi via Unbound-users:

> * then I've created the script /etc/init.d/unbound like this:

> But it didn't work:
> 
> service unbound start
> Failed to start unbound.service: Unit unbound.service not found.

try:
chmod +x /etc/init.d/unbound
/etc/init.d/unbound start

you created an SYS-V init.d style start script and then asked systemd to start a service
init.d and systemd do not necessarily have a relation...

in general: this is not a unbound related issue. Read about starting system services.

Andreas


More information about the Unbound-users mailing list