summaryrefslogtreecommitdiffstats
path: root/data/systemd/shopsystem-web.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/systemd/shopsystem-web.service.in')
-rw-r--r--data/systemd/shopsystem-web.service.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/systemd/shopsystem-web.service.in b/data/systemd/shopsystem-web.service.in
new file mode 100644
index 0000000..5707a02
--- /dev/null
+++ b/data/systemd/shopsystem-web.service.in
@@ -0,0 +1,13 @@
+[Unit]
+Description=Shop System Web Interface
+
+[Service]
+User=shop
+Group=shop
+Type=simple
+ExecStart=@PATH@/shop-web
+StandardInput=null
+StandardOutput=journal
+
+[Install]
+WantedBy=multi-user.target