Source: unbound
Version: 1.6.0-3
Severity: normal

Dear Maintainer,

Please improve unbound.service to wait for unbound to initialise:

[Service]
Type=forking
Restart=on-failure
EnvironmentFile=-/etc/default/unbound
ExecStartPre=-/usr/lib/unbound/package-helper chroot_setup
ExecStartPre=-/usr/lib/unbound/package-helper root_trust_anchor_update
ExecStart=/usr/sbin/unbound $DAEMON_OPTS
ExecReload=/usr/sbin/unbound-control reload

Forking to the background (Type=forking) is the recommended way to
signal to systemd that a daemon has initialised successfully and is
ready for operation; at least for daemons without explicit systemd
support (Type=notify).

Regards,
Peter

Reply via email to