summaryrefslogtreecommitdiff
path: root/recipes-qt/qt4/qt4-x11-free-systemd/qt4-x11-demo.service
blob: 7783020c3293df806d6bda86c7fdcaad9664b970 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=start X and qtdemo

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

[Install]
WantedBy=graphical.target