To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / deploy / provision.d / 200-apache-start.sh @ 1595:98384d0defa0

History | View | Annotate | Download (77 Bytes)

1
#!/bin/bash
2

    
3
set -e
4

    
5
# Last action: start the webserver
6

    
7
apache2ctl restart
8