summarylogtreecommitdiffstats
path: root/pi-hole-standalone.install
diff options
context:
space:
mode:
authormax.bra2016-02-03 15:43:09 +0100
committermax.bra2016-02-03 15:43:09 +0100
commit18c2748b57f5f43393c668cd19c14494c7545327 (patch)
tree5bb52ee3665c6f2a4d569278a932cf6f9409af18 /pi-hole-standalone.install
parent3eec6f5b02afd9e4b9c85063f5a4a626eefd118b (diff)
downloadaur-18c2748b57f5f43393c668cd19c14494c7545327.tar.gz
systemd timers install adjustment
Diffstat (limited to 'pi-hole-standalone.install')
-rw-r--r--pi-hole-standalone.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/pi-hole-standalone.install b/pi-hole-standalone.install
index eeda1d717c98..b6913ad66d73 100644
--- a/pi-hole-standalone.install
+++ b/pi-hole-standalone.install
@@ -4,6 +4,8 @@ post_install() {
==> first install/update run...
EOF
/usr/bin/gravity.sh > /dev/null
+ systemctl daemon-reload > /dev/null
+ systemctl start pi-hole-gravity.timer > /dev/null
}
post_upgrade() {