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

[Service]
User=shop
Group=shop
Type=simple
ExecStart=@PATH@/shop-curses-ui
StandardInput=tty
StandardOutput=tty
TTYPath=/dev/tty3
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes

[Install]
WantedBy=multi-user.target