src.nth.io/

summaryrefslogtreecommitdiff
path: root/bin/server/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'bin/server/handlers')
-rw-r--r--bin/server/handlers/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/server/handlers/main.yaml b/bin/server/handlers/main.yaml
new file mode 100644
index 0000000..a5d6c7c
--- /dev/null
+++ b/bin/server/handlers/main.yaml
@@ -0,0 +1,5 @@
+---
+
+- name: restart service
+ become: yes
+ systemd: name="bin@{{bin_port}}.service" state="restarted" daemon_reload="yes"