[Lunar-commits] <moonbase> uxlaunch: Fix service file name

Auke Kok sofar at foo-projects.org
Sun Jun 12 08:41:42 CEST 2011


commit 00f382271baef07aa3b07d9482e039653c8b31de
Author: Auke Kok <sofar at foo-projects.org>
Date:   Sun Jun 12 08:41:42 2011 +0200

    uxlaunch: Fix service file name
---
 zbeta/uxlaunch/systemd.d/uxlaunch.service |   17 +++++++++++++++++
 zbeta/uxlaunch/systemd.d/uxlaunch.target  |   17 -----------------
 2 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/zbeta/uxlaunch/systemd.d/uxlaunch.service b/zbeta/uxlaunch/systemd.d/uxlaunch.service
new file mode 100644
index 0000000..233e0f9
--- /dev/null
+++ b/zbeta/uxlaunch/systemd.d/uxlaunch.service
@@ -0,0 +1,17 @@
+#  systemd is free software; you can redistribute it and/or modify it
+#  under the terms of the GNU General Public License as published by
+#  the Free Software Foundation; either version 2 of the License, or
+#  (at your option) any later version.
+
+[Unit]
+Description=UX launcher
+Wants=syslog.target dbus.service 
+
+[Service]
+ExecStart=/usr/sbin/uxlaunch
+Restart=always
+RestartSec=2
+
+[Install]
+Alias=display-manager.service
+WantedBy=graphical.target
diff --git a/zbeta/uxlaunch/systemd.d/uxlaunch.target b/zbeta/uxlaunch/systemd.d/uxlaunch.target
deleted file mode 100644
index 233e0f9..0000000
--- a/zbeta/uxlaunch/systemd.d/uxlaunch.target
+++ /dev/null
@@ -1,17 +0,0 @@
-#  systemd is free software; you can redistribute it and/or modify it
-#  under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
-
-[Unit]
-Description=UX launcher
-Wants=syslog.target dbus.service 
-
-[Service]
-ExecStart=/usr/sbin/uxlaunch
-Restart=always
-RestartSec=2
-
-[Install]
-Alias=display-manager.service
-WantedBy=graphical.target


More information about the Lunar-commits mailing list