summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/webserver.service4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/webserver.service b/debian/webserver.service
index fc30893..511bd6d 100644
--- a/debian/webserver.service
+++ b/debian/webserver.service
@@ -5,7 +5,9 @@ After=network.target
[Service]
Type=simple
# Restart=always
-ExecStart=/usr/bin/webserver 127.0.0.1 80 /tmp 10
+ExecStart=/usr/bin/webserver -c /etc/webserver.conf
+
+# webserver will lower privileges to www-data:www-data
#User=www-data
#Group=www-data