diff options
Diffstat (limited to 'pcr/knot/knot.service')
-rw-r--r-- | pcr/knot/knot.service | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/knot/knot.service b/pcr/knot/knot.service deleted file mode 100644 index 760152e82..000000000 --- a/pcr/knot/knot.service +++ /dev/null @@ -1,12 +0,0 @@ -[Unit] -Description=Knot DNS server -After=syslog.target network.target - -[Service] -#EnvironmentFile=/etc/conf.d/knot -ExecStart=/usr/bin/knotd -c /etc/knot/knot.conf $OPTIONS -ExecReload=/usr/bin/knotc reload -Restart=on-abort - -[Install] -WantedBy=multi-user.target |