summaryrefslogtreecommitdiff
path: root/data/console-kit-daemon.service.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/console-kit-daemon.service.in')
-rw-r--r--data/console-kit-daemon.service.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/console-kit-daemon.service.in b/data/console-kit-daemon.service.in
new file mode 100644
index 0000000..a08ec5c
--- /dev/null
+++ b/data/console-kit-daemon.service.in
@@ -0,0 +1,15 @@
+[Unit]
+Description=Console Manager
+After=syslog.target
+
+[Service]
+Type=dbus
+BusName=org.freedesktop.ConsoleKit
+ExecStart=@sbindir@/console-kit-daemon --no-daemon
+
+[Install]
+# We pull this in by graphical.target instead of waiting for the bus
+# activation, to speed things up a little: gdm uses this anyway so it is nice
+# if it is already around when gdm wants to use it and doesn't have to wait for
+# it.
+WantedBy=graphical.target