Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Webapps Deliverer
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
Container 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
vaclab
Webapps Deliverer
Commits
d5613dc8
Commit
d5613dc8
authored
4 years ago
by
Rolf Niepraschk
Browse files
Options
Downloads
Patches
Plain Diff
better systemd configuration
parent
fd5cc6f8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
server.py
+1
-1
1 addition, 1 deletion
server.py
webapps-deliverer.service
+2
-1
2 additions, 1 deletion
webapps-deliverer.service
with
3 additions
and
2 deletions
server.py
+
1
−
1
View file @
d5613dc8
...
...
@@ -81,7 +81,7 @@ def home():
<title>Webapps Deliverer</title>
</head>
<body>
<h3>VacLab: Combined
w
eb and CouchDB proxy
service
</h3>Version: {}
<h3>VacLab: Combined
W
eb
service
and CouchDB proxy</h3>Version: {}
</body>
</html>
'''
.
format
(
VERSION
)
...
...
This diff is collapsed.
Click to expand it.
webapps-deliverer.service
+
2
−
1
View file @
d5613dc8
[Unit]
Description
=
Delivering file contents of the vaclab web applications.
After
=
network.target
Requires
=
network-online.target
After
=
network-online.target
[Service]
User
=
nobody
...
...
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