aboutsummaryrefslogtreecommitdiff
path: root/debian/byspel.service
diff options
context:
space:
mode:
Diffstat (limited to 'debian/byspel.service')
-rw-r--r--debian/byspel.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/byspel.service b/debian/byspel.service
new file mode 100644
index 0000000..27177f0
--- /dev/null
+++ b/debian/byspel.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Example webapp built with Scala
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/byspel /etc/byspel.toml
+User=byspel
+Group=byspel
+
+[Install]
+WantedBy=multi-user.target