From 529d6dd34f9209efef18c04121075be9ac310c9c Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 18 Apr 2017 22:07:01 +0200 Subject: add systemd files --- systemd/shopsystem-web.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 systemd/shopsystem-web.service (limited to 'systemd/shopsystem-web.service') diff --git a/systemd/shopsystem-web.service b/systemd/shopsystem-web.service new file mode 100644 index 0000000..f29cfd4 --- /dev/null +++ b/systemd/shopsystem-web.service @@ -0,0 +1,15 @@ +[Unit] +Description=Shop System Web Interface +Requires=shopsystem-dbus.service +After=shopsystem-dbus.service + +[Service] +User=shop +Group=shop +Type=simple +ExecStart=/home/shop/serial-barcode-scanner/src/web/web +StandardInput=null +StandardOutput=journal + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3