projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94a10e
)
add note about apache2-websockets/systemd
author
Bill Erickson
<berickxx@gmail.com>
Thu, 11 May 2017 17:56:34 +0000
(13:56 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 11 May 2017 17:56:34 +0000
(13:56 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
evergreen/apache.yml
patch
|
blob
|
history
diff --git
a/evergreen/apache.yml
b/evergreen/apache.yml
index
92384d9
..
338e146
100644
(file)
--- a/
evergreen/apache.yml
+++ b/
evergreen/apache.yml
@@
-74,5
+74,7
@@
- name: Restarting Websockets
become: true
# service name=apache2ctl-websockets state=restarted FAILS
+# ansible 2.2 supports a use=systemd flag that would likley resolve
+# this, since this works: systemctl restart apache2-websockets
shell: apache2ctl-websockets restart