We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relay/cmdeploy/src/cmdeploy/__init__.py
Lines 595 to 601 in 5ba99dc
This is redundant as the unbound service automatically calls this:
[Unit] Description=Unbound DNS server Documentation=man:unbound(8) After=network.target Before=nss-lookup.target Wants=nss-lookup.target [Service] Type=notify Restart=on-failure EnvironmentFile=-/etc/default/unbound ExecStartPre=-/usr/libexec/unbound-helper chroot_setup ExecStartPre=-/usr/libexec/unbound-helper root_trust_anchor_update ExecStart=/usr/sbin/unbound -d -p $DAEMON_OPTS ExecStopPost=-/usr/libexec/unbound-helper chroot_teardown ExecReload=+/bin/kill -HUP $MAINPID [Install] WantedBy=multi-user.target
It's handled by ExecStartPre in the systemd unit file
ExecStartPre
The text was updated successfully, but these errors were encountered:
No branches or pull requests
relay/cmdeploy/src/cmdeploy/__init__.py
Lines 595 to 601 in 5ba99dc
This is redundant as the unbound service automatically calls this:
It's handled by
ExecStartPre
in the systemd unit fileThe text was updated successfully, but these errors were encountered: