src.nth.io/

summaryrefslogtreecommitdiff
path: root/adguard-home/handlers/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'adguard-home/handlers/main.yaml')
-rw-r--r--adguard-home/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/adguard-home/handlers/main.yaml b/adguard-home/handlers/main.yaml
new file mode 100644
index 0000000..8929df9
--- /dev/null
+++ b/adguard-home/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart adguard home
+ become: yes
+ systemd: name="AdGuardHome.service" enabled="yes" daemon_reload="yes"