dd97

apache_start

Apr 2nd, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3.  
  4. sudo service apache2 $1
  5.  
  6. # $1 =  restart, start, stop, reload
Add Comment
Please, Sign In to add comment