Skip to content

Commit

Permalink
replace rcapache2 with service to appease systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pietsch committed Nov 25, 2014
1 parent 1607dbf commit 08ed63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#: The user to use for the remote commands
user = 'root'
#: The machine(s) where the application will be deployed
hosts = ['129.70.12.31']
hosts = ['129.70.43.31']
#: The remote installation directory
install_dir = '/var/www/wsgi-scripts/'

Expand All @@ -20,4 +20,4 @@ def deploy():
run('cp -r /tmp/oval %s' % install_dir)
run('rm -rf /tmp/oval /tmp/oval.tar.gz')
local('rm oval.tar.gz')
run('apache2ctl graceful')
run('service apache2 restart')

0 comments on commit 08ed63a

Please sign in to comment.