summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
-rw-r--r--debian/webserver.service13
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e5f62ff..3d5d617 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: webserver
Section: web
Priority: extra
Maintainer: Roland Reichwein <mail@reichwein.it>
-Build-Depends: debhelper (>= 9), libssl-dev, libboost-all-dev | libboost1.71-all-dev
+Build-Depends: debhelper (>= 9), libssl-dev, libssl-dev, libboost-all-dev | libboost1.71-all-dev, clang
Standards-Version: 4.1.3
Homepage: http://www.reichwein.it/webserver/
diff --git a/debian/webserver.service b/debian/webserver.service
new file mode 100644
index 0000000..fc30893
--- /dev/null
+++ b/debian/webserver.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Webserver
+After=network.target
+
+[Service]
+Type=simple
+# Restart=always
+ExecStart=/usr/bin/webserver 127.0.0.1 80 /tmp 10
+#User=www-data
+#Group=www-data
+
+[Install]
+WantedBy=multi-user.target