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():
<title>Webapps Deliverer</title>
</head>
<body>
<h3>VacLab: Combined web and CouchDB proxy service</h3>Version: {}
<h3>VacLab: Combined Web service and CouchDB proxy</h3>Version: {}
</body>
</html>'''.format(VERSION)
......
[Unit]
Description=Delivering file contents of the vaclab web applications.
After=network.target
Requires=network-online.target
After=network-online.target
[Service]
User=nobody
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment