summaryrefslogtreecommitdiff
path: root/data/org.freedesktop.ConsoleKit.service.in
AgeCommit message (Collapse)AuthorFilesLines
2014-11-11Conditionally add the SystemdServiceEric Koegel1-1/+1
Add the SystemdService service tag to the consolekit service file if we're being built with systemd support.
2010-08-12systemd: install systemd unit filesLennart Poettering1-0/+1
2009-12-21Don't daemonize when activatedMatthias Clasen1-1/+1
It confuses some versions of D-Bus and isn't needed (or wanted it). http://bugs.freedesktop.org/show_bug.cgi?id=25642
2007-12-08start CK service on-demand using D-Bus system activationMichael Biebl1-0/+4
the attached patch installs a D-Bus system service file. This way the CK service can be started on demand. This obviously makes the sysv init script obsolete. Requirements are dbus >= 1.1.2