Skip to content

Instantly share code, notes, and snippets.

@verdana
Last active December 20, 2015 14:19
Show Gist options
  • Save verdana/6145842 to your computer and use it in GitHub Desktop.
Save verdana/6145842 to your computer and use it in GitHub Desktop.
[Unit]
Description=Nginx Web Server
[Service]
Type=forking
ExecStartPre=/usr/bin/chroot /srv/http /usr/bin/nginx -t -q
ExecStart=/usr/bin/chroot /srv/http /usr/bin/nginx
ExecReload=/usr/bin/chroot /srv/http /usr/bin/nginx -s reload
ExecStop=/usr/bin/chroot /srv/http /usr/bin/nginx -s quit
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment