projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c39c86
)
set apache2-websockets to start at boot
author
Andy Witter
<awitter@georgialibraries.org>
Tue, 12 Jan 2016 20:43:53 +0000
(15:43 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Tue, 12 Jan 2016 20:43:53 +0000
(15:43 -0500)
templates/setup-functions
patch
|
blob
|
history
diff --git
a/templates/setup-functions
b/templates/setup-functions
index
1f74f95
..
0a8e091
100644
(file)
--- a/
templates/setup-functions
+++ b/
templates/setup-functions
@@
-80,6
+80,7
@@
if apt-get update
EOF
fi
a2dismod websocket
+ update-rc.d apache2-websockets defaults
service apache2-websockets start
echo