src.nth.io/

summaryrefslogtreecommitdiff
path: root/ngircd/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-06-14 11:40:43 -0500
committerLuke Hoersten <[email protected]>2020-06-14 11:40:43 -0500
commit14db502f6c158fc61c324d7cba5167fbcc27f4ce (patch)
tree3127dbc3187d6cd20a0fe55d5283b9d6f546ccb7 /ngircd/handlers/main.yaml
parent70ffa64a77f1bc2c33b9eec173a49d93900f9b79 (diff)
Added ngircd.
Diffstat (limited to 'ngircd/handlers/main.yaml')
-rw-r--r--ngircd/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ngircd/handlers/main.yaml b/ngircd/handlers/main.yaml
new file mode 100644
index 0000000..7478b59
--- /dev/null
+++ b/ngircd/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart ngircd
+ become: yes
+ systemd: name="ngircd" state="restarted" daemon_reload="yes"