summaryrefslogtreecommitdiffhomepage
path: root/debian/weblog.weblog.service
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-11 11:52:46 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-11 11:52:46 +0100
commitbfd4e0d1e4924d24cc4b43417e59af923b9c3e5f (patch)
tree3897c634265d06c983033bf69d62786efdcce282 /debian/weblog.weblog.service
parent4c4a001cacd9c3e1c2552dbcaf50165091a82ac1 (diff)
Added debian/ infrastructure
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