set apache2-websockets to start at boot
authorAndy Witter <awitter@georgialibraries.org>
Tue, 12 Jan 2016 20:43:53 +0000 (15:43 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 12 Jan 2016 20:43:53 +0000 (15:43 -0500)
templates/setup-functions

index 1f74f95..0a8e091 100644 (file)
@@ -80,6 +80,7 @@ if apt-get update
 EOF
        fi
        a2dismod websocket
+       update-rc.d apache2-websockets defaults
        service apache2-websockets start
        
        echo