summaryrefslogtreecommitdiffhomepage
path: root/debian/webserver.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/webserver.service')
-rw-r--r--debian/webserver.service19
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/webserver.service b/debian/webserver.service
deleted file mode 100644
index 7834650..0000000
--- a/debian/webserver.service
+++ /dev/null
@@ -1,19 +0,0 @@
-[Unit]
-Description=Webserver
-After=network.target
-
-[Service]
-Type=simple
-# Restart=always
-ExecStart=/usr/bin/webserver -c /etc/webserver.conf
-
-# Restart once a week, maybe certificates have changed
-Restart=always
-RuntimeMaxSec=604800
-
-# webserver will lower privileges to www-data:www-data
-#User=www-data
-#Group=www-data
-
-[Install]
-WantedBy=multi-user.target