/lib/systemd/system/knot-resolver.service is in knot-resolver 1.0.0~beta3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | [Unit]
Description=Knot DNS Resolver
After=network.target
[Service]
EnvironmentFile=/etc/default/knot-resolver
ExecStart=/usr/sbin/kresd $DAEMON_ARGS
Restart=on-failure
[Install]
WantedBy=multi-user.target
|