summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-03 11:15:58 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-03 11:15:58 -0400
commit4b989093981328defd824d66cc58a768d8d1bdde (patch)
tree792ce6c611e8e4d14accfccd9f424741204e267b
parentba2a68b7fd76f78f1593d5c95ef6bf03cefc04d4 (diff)
downloadpuppet-tozt-4b989093981328defd824d66cc58a768d8d1bdde.tar.gz
puppet-tozt-4b989093981328defd824d66cc58a768d8d1bdde.zip
this doesn't actually work
-rw-r--r--modules/pihole/templates/pihole.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pihole/templates/pihole.service b/modules/pihole/templates/pihole.service
index ae7d29c..e561f3d 100644
--- a/modules/pihole/templates/pihole.service
+++ b/modules/pihole/templates/pihole.service
@@ -1,6 +1,6 @@
[Unit]
Description=runs pihole
-After=network.target media-persistent.mount
+After=network.target
[Service]
ExecStart=/usr/bin/podman run --rm --name pihole -p 53:53/tcp -p 53:53/udp -p 80:80 -e TZ=America/New_York -v "<%= @dir %>/etc-pihole/:/etc/pihole/" -v "<%= @dir %>/etc-dnsmasq.d/:/etc/dnsmasq.d/" -v "/var/log/pihole.log:/var/log/pihole.log" --dns 127.0.0.1 --dns 4.2.2.4 --hostname pi.hole -e VIRTUAL_HOST=pi.hole -e PROXY_LOCATION=pi.hole -e WEBPASSWORD=<%= @webpassword %> -e ServerIP=127.0.0.1 docker.io/pihole/pihole:latest