From 55eba1f800c4e92d2359ce052e677f2bb36a4ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 20 Sep 2015 05:08:25 +0200 Subject: Rename tdm-trinity.service on Ubuntu to match name of tdm binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ubuntu/maverick/tdebase/debian/tdm.service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ubuntu/maverick/tdebase/debian/tdm.service (limited to 'ubuntu/maverick/tdebase/debian/tdm.service') diff --git a/ubuntu/maverick/tdebase/debian/tdm.service b/ubuntu/maverick/tdebase/debian/tdm.service new file mode 100644 index 000000000..349823a9f --- /dev/null +++ b/ubuntu/maverick/tdebase/debian/tdm.service @@ -0,0 +1,12 @@ +[Unit] +Description=Trinity Display Manager +Documentation=man:tdm-trinity(1) +Conflicts=getty@tty7.service plymouth-quit.service +After=systemd-user-sessions.service getty@tty7.service plymouth-quit.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=/opt/trinity/bin/tdm +Restart=always -- cgit v1.2.1