summaryrefslogtreecommitdiff
path: root/recipes-qt/qt-demo/qt-demo-init/qtdemo.service
blob: 44e62a68885820c0ab51e3a0275574807ef0f38a (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Start Qt4 Embedded demo application

[Service]
Type=simple
ExecStart=/usr/bin/qtdemoE -qws
Environment="QWS_DISPLAY=LinuxFb:/dev/fb:genericcolors" "QWS_KEYBOARD=USB:/dev/input/event-keyboard" "QWS_MOUSE_PROTO=LinuxInput:/dev/input/event-mouse"

[Install]
WantedBy=graphical.target