src.nth.io/

summaryrefslogtreecommitdiff
path: root/mercurial/web/handlers/main.yaml
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-09-11 14:08:17 -0500
committerLuke Hoersten <[email protected]>2022-09-11 14:08:17 -0500
commit1d5bd68a5548df8d84681780c924552f03066ac5 (patch)
tree3d90186f36439b3eb8f3b5618ac3f49f4dcbe285 /mercurial/web/handlers/main.yaml
parentc018dfc1e906811e6b0b508db621104c1908aa27 (diff)
Fixed uwsgi hosting for src.nth.io.
Diffstat (limited to 'mercurial/web/handlers/main.yaml')
-rw-r--r--mercurial/web/handlers/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mercurial/web/handlers/main.yaml b/mercurial/web/handlers/main.yaml
index 9efe84d..b17bc67 100644
--- a/mercurial/web/handlers/main.yaml
+++ b/mercurial/web/handlers/main.yaml
@@ -1,5 +1,5 @@
---
- name: restart uwsgi
- systemd: name="uwsgi.service" enabled="yes" daemon_reload="yes" state="restarted"
+ systemd: name="[email protected]" enabled="yes" daemon_reload="yes" state="restarted"
become: yes