[Lunar-commits] <moonbase> uxlaunch: add systemd service file

Auke Kok sofar at foo-projects.org
Mon Apr 25 19:53:46 CEST 2011


commit 6eae7fac43514cc5a162f5226ada93ac43d152ab
Author: Auke Kok <sofar at foo-projects.org>
Date:   Mon Apr 25 19:53:46 2011 +0200

    uxlaunch: add systemd service file
---
 zbeta/uxlaunch/systemd.d/uxlaunch.target |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/zbeta/uxlaunch/systemd.d/uxlaunch.target b/zbeta/uxlaunch/systemd.d/uxlaunch.target
new file mode 100644
index 0000000..233e0f9
--- /dev/null
+++ b/zbeta/uxlaunch/systemd.d/uxlaunch.target
@@ -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


More information about the Lunar-commits mailing list