summaryrefslogtreecommitdiff
path: root/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd/qt5-x11-demo.service
blob: 053f273038103a9f86d72739a38e33da745b9819 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=start X and a qt application

[Service]
Type=forking
ExecStart=/usr/bin/qt5-x11-demo-init start
ExecStop=/usr/bin/qt5-x11-demo-init stop

[Install]
WantedBy=graphical.target