summarylogtreecommitdiffstats
path: root/pi-launcher@.service
diff options
context:
space:
mode:
authorDonald Carr2016-02-19 21:22:42 -0800
committerDonald Carr2016-02-26 13:37:52 -0800
commit3ab0dc23e2ba68aca926c6211782cdd25374262b (patch)
treef22fc2bb0b92bf994b23c06285019180bd9f255d /pi-launcher@.service
downloadaur-3ab0dc23e2ba68aca926c6211782cdd25374262b.tar.gz
Initial commit of functioning compositor
Change-Id: I82612d9da43fb63211690842ee6a9bf8f7c889bc
Diffstat (limited to 'pi-launcher@.service')
-rw-r--r--pi-launcher@.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/pi-launcher@.service b/pi-launcher@.service
new file mode 100644
index 000000000000..e24890b1cd5c
--- /dev/null
+++ b/pi-launcher@.service
@@ -0,0 +1,17 @@
+# Forked off xlogin@.service
+
+[Unit]
+Description=Qt-compositor login for user %i
+After=x@vt7.service systemd-user-sessions.service
+Wants=x@vt7.service
+Conflicts=getty@tty7.service
+
+[Service]
+User=%i
+WorkingDirectory=~
+TTYPath=/dev/tty7
+PAMName=login
+ExecStart=/opt/pi-compositor/pi-compositor
+
+[Install]
+WantedBy=graphical.target