Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stechuhr-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pandemic_Response
stechuhr-server
Commits
c042f0b2
Commit
c042f0b2
authored
4 years ago
by
Tee
Browse files
Options
Downloads
Patches
Plain Diff
stechuhr-server.service working
parent
bf567b5a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
stechuhr-server.service
+12
-2
12 additions, 2 deletions
stechuhr-server.service
with
12 additions
and
2 deletions
stechuhr-server.service
+
12
−
2
View file @
c042f0b2
[Unit]
Description
=
"stechuhr-server daemon, receives Post requests"
Before
=
nginx.service
[Service]
ExecStart
=
/usr/bin/python /srv/stechuhr-server/stechuhr_server/server.py
Type
=
simple
User
=
wwwrun
ExecStart
=
/srv/stechuhr-server/env/bin/gunicorn stechuhr_server.server:app
Restart
=
always
RestartSec
=
30
PrivateDevices
=
yes
PrivateTmp
=
yes
ProtectSystem
=
full
NoNewPrivileges
=
yes
AmbientCapabilities
=
CAP_NET_BIND_SERVICE
WorkingDirectory
=
/srv/stechuhr-server
[Install]
WantedBy
=
network.target
\ No newline at end of file
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment