summaryrefslogtreecommitdiff
path: root/src/op-mode/vyos-restart-dns-forwarding.sh
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2018-05-16 21:35:22 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2018-05-16 21:35:22 +0900
commitbe6f809581ccbcd6411713128a63711eaa2ce6b7 (patch)
treec62377a36c274d878224dc102562fdfbc10e17be /src/op-mode/vyos-restart-dns-forwarding.sh
parent99a3049c67005bf5e0ba45db264d56d3b57cb792 (diff)
downloadvyos-1x-be6f809581ccbcd6411713128a63711eaa2ce6b7.tar.gz
vyos-1x-be6f809581ccbcd6411713128a63711eaa2ce6b7.zip
Use '_' instead of '-' for python scripts for test
Diffstat (limited to 'src/op-mode/vyos-restart-dns-forwarding.sh')
-rwxr-xr-xsrc/op-mode/vyos-restart-dns-forwarding.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/op-mode/vyos-restart-dns-forwarding.sh b/src/op-mode/vyos-restart-dns-forwarding.sh
deleted file mode 100755
index 12106fcc1..000000000
--- a/src/op-mode/vyos-restart-dns-forwarding.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if cli-shell-api exists service dns forwarding; then
- echo "Restarting the DNS forwarding service"
- systemctl restart pdns-recursor
-else
- echo "DNS forwarding is not configured"
-fi