src.nth.io/

summaryrefslogtreecommitdiff
path: root/oragono/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-07-04 12:47:25 -0500
committerLuke Hoersten <[email protected]>2020-07-04 12:47:25 -0500
commit648958323886bd768dcafc513a8680322291ce9e (patch)
treeeb2bf21ec36fcb8824744b4b8c7784d6b7661432 /oragono/handlers/main.yaml
parent173b1554013ec29dd60b701d4d49e1161fed2523 (diff)
Added oragono role.
Diffstat (limited to 'oragono/handlers/main.yaml')
-rw-r--r--oragono/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/oragono/handlers/main.yaml b/oragono/handlers/main.yaml
new file mode 100644
index 0000000..db381db
--- /dev/null
+++ b/oragono/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart oragono
+ become: yes
+ systemd: name="oragono.service" state="restarted" daemon_reload="yes"