diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 20:37:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 20:37:50 +0000 |
commit | c1f743ab2e4a7046d5500875a47d1f62c8624603 (patch) | |
tree | 709946d52f5f3bbaeb38be9e3f1d56d11f058237 /systemd/kresd@.service.in | |
parent | Initial commit. (diff) | |
download | knot-resolver-c1f743ab2e4a7046d5500875a47d1f62c8624603.tar.xz knot-resolver-c1f743ab2e4a7046d5500875a47d1f62c8624603.zip |
Adding upstream version 5.7.1.upstream/5.7.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'systemd/kresd@.service.in')
-rw-r--r-- | systemd/kresd@.service.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/systemd/kresd@.service.in b/systemd/kresd@.service.in new file mode 100644 index 0000000..adb303a --- /dev/null +++ b/systemd/kresd@.service.in @@ -0,0 +1,30 @@ +# SPDX-License-Identifier: CC0-1.0 +[Unit] +Description=Knot Resolver daemon +Documentation=man:kresd.systemd(7) +Documentation=man:kresd(8) +Wants=kres-cache-gc.service +Before=kres-cache-gc.service +Wants=network-online.target +After=network-online.target +Before=nss-lookup.target +Wants=nss-lookup.target + +[Service] +Type=notify +Environment="SYSTEMD_INSTANCE=%i" +WorkingDirectory=@systemd_work_dir@ +ExecStart=@sbin_dir@/kresd -c @lib_dir@/distro-preconfig.lua -c @etc_dir@/kresd.conf -n +ExecStopPost=/usr/bin/env rm -f "@run_dir@/control/%i" +User=@user@ +Group=@group@ +CapabilityBoundingSet=CAP_NET_BIND_SERVICE CAP_SETPCAP +AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_SETPCAP +TimeoutStopSec=10s +WatchdogSec=10s +Restart=on-abnormal +LimitNOFILE=524288 +Slice=system-kresd.slice + +[Install] +WantedBy=kresd.target |