Skip to content
Snippets Groups Projects
Commit d5613dc8 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

better systemd configuration

parent fd5cc6f8
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ def home(): ...@@ -81,7 +81,7 @@ def home():
<title>Webapps Deliverer</title> <title>Webapps Deliverer</title>
</head> </head>
<body> <body>
<h3>VacLab: Combined web and CouchDB proxy service</h3>Version: {} <h3>VacLab: Combined Web service and CouchDB proxy</h3>Version: {}
</body> </body>
</html>'''.format(VERSION) </html>'''.format(VERSION)
......
[Unit] [Unit]
Description=Delivering file contents of the vaclab web applications. Description=Delivering file contents of the vaclab web applications.
After=network.target Requires=network-online.target
After=network-online.target
[Service] [Service]
User=nobody User=nobody
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment