Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-11-11 | Conditionally add the SystemdService | Eric Koegel | 1 | -1/+1 | |
Add the SystemdService service tag to the consolekit service file if we're being built with systemd support. | |||||
2010-08-12 | systemd: install systemd unit files | Lennart Poettering | 1 | -0/+1 | |
2009-12-21 | Don't daemonize when activated | Matthias Clasen | 1 | -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-08 | start CK service on-demand using D-Bus system activation | Michael Biebl | 1 | -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 |