Mercurial > code > home > repos > infra
annotate dns/files/dnsmasq-mtail.service @ 332:d4893670f888 default tip
WIP: use watchdog reboot timer on pi
author | drewp@bigasterisk.com |
---|---|
date | Thu, 27 Feb 2025 11:09:29 -0800 |
parents | 8558ea135812 |
children |
rev | line source |
---|---|
119
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
1 # written by pyinfra |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
2 |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
3 [Unit] |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
4 Description=dnsmasq-mtail for 10.2 network |
328 | 5 BindsTo=dnsmasq_10.2.service |
119
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
6 |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
7 [Service] |
328 | 8 Type=exec |
119
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
9 |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
10 ExecStart=zsh /opt/dnsmasq/10.2/run_mtail.sh |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
11 |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
12 [Install] |
51a471fa4d29
metrics on dnsmasq log errors and DHCP commands
drewp@bigasterisk.com
parents:
diff
changeset
|
13 WantedBy=multi-user.target |