src.nth.io/

summaryrefslogtreecommitdiff
path: root/atheme/handlers
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-07-04 11:00:20 -0500
committerLuke Hoersten <[email protected]>2020-07-04 11:00:20 -0500
commit173b1554013ec29dd60b701d4d49e1161fed2523 (patch)
treeff7cf617bf45e53661a0570fe9780bc0feafacf5 /atheme/handlers
parent578da7e200490a1c1a8f34bd2c8929c765ac58f4 (diff)
Got ngircd + atheme services roles working.
Diffstat (limited to 'atheme/handlers')
-rw-r--r--atheme/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/atheme/handlers/main.yaml b/atheme/handlers/main.yaml
new file mode 100644
index 0000000..693ccbb
--- /dev/null
+++ b/atheme/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart atheme
+ become: yes
+ systemd: name="atheme-services.service" enabled="yes" daemon_reload="yes" state="restarted"