unbound is not restarted on deploy

i deployed twice to dev.bm, but unbound was still down afterwards:

 = [snail] PASS: Network > Can connect to internet?
 = [snail] PASS: Network > Is stunnel running?
 = [snail] PASS: Network > Is shorewall running?
 = [snail] PASS: Network > Are server certificates valid?
 = [snail] PASS: Mx > Can contact couchdb?
 = [snail] PASS: Mx > Can contact couchdb via haproxy?
 = [snail] PASS: Mx > Can query identities db?
 = [snail] FAIL: Mx > Are MX daemons running? [mx.rb:60]:
 = [snail]   No running process for ^/usr/sbin/unbound$
 = [snail] Tests halted on failure (because of --no-continue).
 = bailing outing out
--- git/bitmask ‹master* M⁇› » leap ssh snail


The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Wed Jul 20 19:26:41 2016 from garza.riseup.net
syroot@snail:~# systemctl status unbound
● unbound.service - (null)
   Loaded: loaded (/etc/init.d/unbound)
  Drop-In: /run/systemd/generator/unbound.service.d
           └─50-insserv.conf-$named.conf, 50-unbound-$named.conf
   Active: active (exited) since Tue 2016-08-16 09:27:27 UTC; 25min ago
  Process: 30893 ExecStop=/etc/init.d/unbound stop (code=exited, status=0/SUCCESS)
  Process: 30919 ExecStart=/etc/init.d/unbound start (code=exited, status=0/SUCCESS)
root@snail:~# ps aux|grep unb
root      2643  0.0  0.2  12728  2128 pts/0    S+   09:52   0:00 grep unb
root@snail:~# systemctl restart unbound
root@snail:~# ps aux|grep unb
unbound   2672  0.0  0.8  50648  8128 ?        Ss   09:52   0:00 /usr/sbin/unbound
root      2676  0.0  0.2  12728  2148 pts/0    S+   09:52   0:00 grep unb
root@snail:~# systemctl status unbound
● unbound.service - (null)
   Loaded: loaded (/etc/init.d/unbound)
  Drop-In: /run/systemd/generator/unbound.service.d
           └─50-insserv.conf-$named.conf, 50-unbound-$named.conf
   Active: active (running) since Tue 2016-08-16 09:52:53 UTC; 5s ago
  Process: 2654 ExecStop=/etc/init.d/unbound stop (code=exited, status=0/SUCCESS)
  Process: 2662 ExecStart=/etc/init.d/unbound start (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/unbound.service
           └─2672 /usr/sbin/unbound

(from redmine: created on 2016-08-16)