summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/can-lin/files/hvac-demo.service
blob: 7173f9bf4fc8fbe48a689c4b44d8080c8bf6e228 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description = HVAC DEMO hardware startup
After=WindowManager.service

[Service]
Type=simple
ExecStartPre=-/sbin/ip link add dev vcan0 type vcan
ExecStartPre=-/sbin/ifconfig vcan0 up
ExecStart=/usr/bin/openvt -e /usr/bin/OptoLyzerMoccaApp

[Install]
WantedBy=default.target