Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
tyler-smith / openbazaard.conf
Last active December 17, 2016 20:43
Simple OpenBazaar Server Upstart Script
# Create an openbazaar user and group
# Checkout the server repo to /home/openbazaar/openbazaar
# Install virtual env to /home/openbazaar/openbazaar/venv and install the pip requirements there
setuid openbazaar
setgid openbazaar
chdir /home/openbazaar/openbazaar
respawn