src.nth.io/

summaryrefslogtreecommitdiff
path: root/oragono/tasks/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-07-05 10:25:32 -0500
committerLuke Hoersten <[email protected]>2020-07-05 10:25:32 -0500
commitd67fdf8ed71f6927a00cf6bc812777091e5a026d (patch)
tree65c745a68f570fa1f312123187f57cdb64c42bdf /oragono/tasks/main.yaml
parent79880c1df8fd49110486051df059f259a1a7d08f (diff)
Added nginx and oragono HUP reloading to systemd handlers. Added nginx config.
Diffstat (limited to 'oragono/tasks/main.yaml')
-rw-r--r--oragono/tasks/main.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/oragono/tasks/main.yaml b/oragono/tasks/main.yaml
index f3cca91..1a06173 100644
--- a/oragono/tasks/main.yaml
+++ b/oragono/tasks/main.yaml
@@ -44,14 +44,14 @@
owner: "oragono"
group: "oragono"
mode: "0644"
- notify: restart oragono
+ notify: reload oragono
- name: copy motd file
become: yes
copy:
src: "{{oragono_motd}}"
dest: "/etc/oragono/oragono.motd"
- notify: restart oragono
+ notify: reload oragono
- name: install oragono service
become: yes