summaryrefslogtreecommitdiffhomepage
path: root/debian/weblog.weblog.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/weblog.weblog.service')
-rw-r--r--debian/weblog.weblog.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/weblog.weblog.service b/debian/weblog.weblog.service
new file mode 100644
index 0000000..b63f719
--- /dev/null
+++ b/debian/weblog.weblog.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Weblog
+After=network.target
+
+[Service]
+Type=simple
+# Restart=always
+ExecStart=webapp-runner ::1:9019 /usr/bin/weblog
+
+Restart=always
+
+[Install]
+WantedBy=multi-user.target