Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladislav Rykov
THSO.server
Commits
c292ec01
Commit
c292ec01
authored
Sep 25, 2020
by
Vladislav Rykov
Browse files
.service file included
parent
1fcff5c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
iotserver.service
0 → 100644
View file @
c292ec01
[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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment