mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-10 08:50:49 +08:00
14 lines
360 B
Desktop File
14 lines
360 B
Desktop File
[Unit]
|
|
Description=uWSGI instance to serve Blockstack API
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=USER
|
|
Group=www-data
|
|
WorkingDirectory=/path/to/blockstack/
|
|
Environment="BLOCKSTACK_DEBUG=1"
|
|
Environment="UWSGI_VIRTUALENV=/path/to/virtualenv"
|
|
ExecStart=/usr/local/bin/uwsgi --ini /path/to/blockstack/api/nginx/blockstack_api.ini
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |