Commit c292ec01 authored by Vladislav Rykov's avatar Vladislav Rykov
Browse files

.service file included

parent 1fcff5c3
[Unit]
Description=uWSGI IoT Server
[Service]
User=<user>
Type=simple
ExecStart=/home/<user>/<path-to-directory>/env/bin/uwsgi /home/<user>/<path-to-directory>/app/server.ini
WorkingDirectory=/home/<user>/<path-to-directory>/app
Restart=on-Failure
KillSignal=SIGQUIT
Environment="FLASK_ENV=development"
[Install]
WantedBy=multi-user.target
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment