summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-11 16:38:57 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-11 16:38:57 +0200
commit4640ea1a9249c08b749f174cb19f6dc61a505a00 (patch)
treecb56ac67279789f56769edf5b92c43b7ebc5962d /debian
parent1374fac8de85fe1ac877096f18b60a1561dfc96f (diff)
Debian 10 package
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