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

[Service]
Type=forking
ExecStart=/usr/bin/qtdemo-init start
ExecStop=/usr/bin/qtdemo-init stop

[Install]
WantedBy=graphical.target