summaryrefslogtreecommitdiffstats
path: root/systemd/shopsystem-web.service
blob: f29cfd499675385f2590a38d0dba955931379729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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