Advertisement
Guest User

Untitled

a guest
Apr 24th, 2014
788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. [Unit]
  2. Description=Apache Web Server
  3. After=network.target remote-fs.target nss-lookup.target
  4.  
  5. [Service]
  6. Type=forking
  7. PIDFile=/run/httpd/httpd.pid
  8. ExecStart=/usr/bin/apachectl start
  9. ExecStop=/usr/bin/apachectl graceful-stop
  10. ExecReload=/usr/bin/apachectl graceful
  11. PrivateTmp=true
  12. LimitNOFILE=infinity
  13.  
  14. [Install]
  15. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement