summaryrefslogtreecommitdiff
path: root/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd/qt5-x11-demo.service
diff options
context:
space:
mode:
Diffstat (limited to 'qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd/qt5-x11-demo.service')
-rw-r--r--qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd/qt5-x11-demo.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd/qt5-x11-demo.service b/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd/qt5-x11-demo.service
new file mode 100644
index 0000000..053f273
--- /dev/null
+++ b/qt5-layer/recipes-qt/qt5/qt5-x11-free-systemd/qt5-x11-demo.service
@@ -0,0 +1,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