summaryrefslogtreecommitdiffstats
path: root/tdm/tdm.service.ubuntu.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tdm/tdm.service.ubuntu.cmake')
-rw-r--r--tdm/tdm.service.ubuntu.cmake15
1 files changed, 15 insertions, 0 deletions
diff --git a/tdm/tdm.service.ubuntu.cmake b/tdm/tdm.service.ubuntu.cmake
new file mode 100644
index 000000000..3ba232aa1
--- /dev/null
+++ b/tdm/tdm.service.ubuntu.cmake
@@ -0,0 +1,15 @@
+[Unit]
+Description=Trinity Display Manager
+Documentation=man:tdm-trinity(1)
+Conflicts=getty@tty7.service
+After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service systemd-logind.service
+
+[Service]
+# temporary safety check until all DMs are converted to correct
+# display-manager.service symlink handling
+ExecStartPre=/bin/sh -c '[ "$(basename $(cat /etc/X11/default-display-manager 2>/dev/null))" = "tdm" ]'
+ExecStart=@BIN_INSTALL_DIR@/tdm
+Restart=always
+
+[Install]
+Alias=display-manager.service