Skip to content

Commit 9d1eed9

Browse files
author
staticsafe
committedMay 10, 2020
update playbooks for unrealircd
1 parent c2bc942 commit 9d1eed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎ircd-copyssl.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
dest: '/home/ircd/ssl/entropynet/namecheap/irc.entropynet.net.key'
1515
backup: yes
1616
- name: Rehash ircdnodes
17-
shell: pkill -HUP -F ~/ircd/etc/ircd.pid
17+
shell: /home/ircd/unrealircd/unrealircd reloadtls

‎ircd-updateconfig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
- rehash ircds
1010
handlers:
1111
- name: rehash ircds
12-
shell: pkill -HUP -F ~/ircd/etc/ircd.pid
12+
shell: /home/ircd/unrealircd/unrealircd rehash
1313

0 commit comments

Comments
 (0)
Please sign in to comment.