src.nth.io/

summaryrefslogtreecommitdiff
path: root/prosody/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 /prosody/handlers
parent578da7e200490a1c1a8f34bd2c8929c765ac58f4 (diff)
Got ngircd + atheme services roles working.
Diffstat (limited to 'prosody/handlers')
-rw-r--r--prosody/handlers/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody/handlers/main.yaml b/prosody/handlers/main.yaml
index fea0e7d..1cc09c1 100644
--- a/prosody/handlers/main.yaml
+++ b/prosody/handlers/main.yaml
@@ -2,4 +2,4 @@
- name: restart prosody
become: yes
- systemd: name="prosody.service" enabled="yes" daemon_reload="yes"
+ systemd: name="prosody.service" state="restarted" daemon_reload="yes"