summaryrefslogtreecommitdiff
path: root/units/gentoo/xdm.service
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2010-05-20 10:31:04 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-20 17:56:16 +0200
commitea2d9ed42d9896d2ade0dcd5d555c35778c19049 (patch)
treee9ac55be9794baa6067093434f9187c0287b9922 /units/gentoo/xdm.service
parentcfe243e3720062c2e0eecd8bb0bdd7b4059e156d (diff)
units: add services for Gentoo
Diffstat (limited to 'units/gentoo/xdm.service')
-rw-r--r--units/gentoo/xdm.service16
1 files changed, 16 insertions, 0 deletions
diff --git a/units/gentoo/xdm.service b/units/gentoo/xdm.service
new file mode 100644
index 0000000000..83949919d3
--- /dev/null
+++ b/units/gentoo/xdm.service
@@ -0,0 +1,16 @@
+# This file is part of systemd.
+#
+# 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=Display Manager
+Before=graphical.target
+After=basic.target syslog.target messagebus.service haldaemon.service
+Conflicts=shutdown.target
+
+[Service]
+ExecStart=/etc/init.d/xdm start
+Type=simple