16 lines
310 B
Desktop File
16 lines
310 B
Desktop File
[Unit]
|
|
Description=Knot DNS server daemon
|
|
|
|
[Service]
|
|
Type=notify
|
|
ExecStart=/usr/sbin/knotd
|
|
ExecReload=/usr/sbin/knotc reload
|
|
Restart=on-abort
|
|
ExecStartPre=/usr/sbin/knotc conf-check
|
|
|
|
# Breaks daemon reload
|
|
#CapabilityBoundingSet=cap_net_bind_service cap_setuid cap_setgid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|