net-dns/knot: Version bump
Package-Manager: portage-2.2.26
This commit is contained in:
parent
1ea4c4df4c
commit
ea53492bd0
8 changed files with 315 additions and 0 deletions
14
net-dns/knot/files/knot.service
Normal file
14
net-dns/knot/files/knot.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Knot high-performance DNS Server
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/sbin/knotd
|
||||
ExecReload=/usr/sbin/knotc reload
|
||||
ExecStop=/usr/sbin/knotc stop
|
||||
PrivateTmp=true
|
||||
RuntimeDirectory=knot
|
||||
RuntimeDirectoryMode=750
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue