summaryrefslogtreecommitdiffstats
path: root/data/systemd/shopsystem-ui.service.in
blob: 4d2bfe7e35b392ded076e1524fb815810f063395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Unit]
Description=Shop System UI

[Service]
User=shop
Group=shop
Type=simple
ExecStart=@PATH@/shop-curses-ui
ExecStartPre=/bin/chvt 7
ExecStartPre=/bin/setupcon --current-tty --font-only
StandardInput=tty
StandardOutput=tty
TTYPath=/dev/tty7
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes

[Install]
WantedBy=multi-user.target