15 lines
275 B
SYSTEMD
15 lines
275 B
SYSTEMD
|
[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
|