src.nth.io/

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