summarylogtreecommitdiffstats
path: root/pi-hole-ftl.install
diff options
context:
space:
mode:
authormax.bra2017-06-21 16:37:46 +0200
committermax.bra2017-06-21 16:37:46 +0200
commita876bfcc987595c29180ed17f0a50ffff5daff61 (patch)
treefc0a9cf54b5ecfca69f0c4d20282b545f46cf530 /pi-hole-ftl.install
parent884c8cf561cf9ccbf5bb857f84c36201124664bc (diff)
downloadaur-a876bfcc987595c29180ed17f0a50ffff5daff61.tar.gz
removed systemctl calls
Diffstat (limited to 'pi-hole-ftl.install')
-rw-r--r--pi-hole-ftl.install3
1 files changed, 0 insertions, 3 deletions
diff --git a/pi-hole-ftl.install b/pi-hole-ftl.install
index 31022df9b086..0fc12b6c1b2f 100644
--- a/pi-hole-ftl.install
+++ b/pi-hole-ftl.install
@@ -1,9 +1,6 @@
post_install() {
systemd-tmpfiles --create pi-hole-ftl.conf
- systemctl daemon-reload > /dev/null
- systemctl is-active pi-hole-ftl.service 2>&1 >/dev/null || systemctl restart pi-hole-ftl.service
-
echo -e "\e[1;33m==>\e[0m Possible configurations in \e[1;31m/etc/pihole/pihole-FTL.conf\e[0m file"
echo -e "\e[1;33m==>\e[0m Please read the instructions on the project page: \e[1;36mhttps://github.com/pi-hole/FTL#ftls-config-file\e[0m"
}