diff options
| author | Christian Rößler | 2013-09-04 13:08:20 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-04 13:08:20 +0200 |
| commit | 3ec1e1b106d3c4bc58be557ee472b9696024f1ea (patch) | |
| tree | 76ae8e647a7cb9b5c46a4890b1f06a7522a0f5dc /remote/modules/consolekit/data/etc/systemd/system | |
| parent | [vbox] README file updated: systemd-udevd limitation ENV{DEVTYPE}=="usb_device" (diff) | |
| parent | Add udisks module (diff) | |
| download | tm-scripts-3ec1e1b106d3c4bc58be557ee472b9696024f1ea.tar.gz tm-scripts-3ec1e1b106d3c4bc58be557ee472b9696024f1ea.tar.xz tm-scripts-3ec1e1b106d3c4bc58be557ee472b9696024f1ea.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/consolekit/data/etc/systemd/system')
| l--------- | remote/modules/consolekit/data/etc/systemd/system/basic.target.wants/console-kit-daemon.service | 1 | ||||
| -rw-r--r-- | remote/modules/consolekit/data/etc/systemd/system/console-kit-daemon.service | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/remote/modules/consolekit/data/etc/systemd/system/basic.target.wants/console-kit-daemon.service b/remote/modules/consolekit/data/etc/systemd/system/basic.target.wants/console-kit-daemon.service new file mode 120000 index 00000000..2b34a3f6 --- /dev/null +++ b/remote/modules/consolekit/data/etc/systemd/system/basic.target.wants/console-kit-daemon.service @@ -0,0 +1 @@ +../console-kit-daemon.service
\ No newline at end of file diff --git a/remote/modules/consolekit/data/etc/systemd/system/console-kit-daemon.service b/remote/modules/consolekit/data/etc/systemd/system/console-kit-daemon.service new file mode 100644 index 00000000..bc2a0de9 --- /dev/null +++ b/remote/modules/consolekit/data/etc/systemd/system/console-kit-daemon.service @@ -0,0 +1,8 @@ +[Unit] +Description=ConsoleKit + +[Service] +Type=dbus +BusName=org.freedesktop.ConsoleKit +ExecStart=/usr/sbin/console-kit-daemon --no-daemon + |
