summaryrefslogtreecommitdiffstats
path: root/remote/modules/consolekit/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-03 17:42:51 +0200
committerJonathan Bauer2013-09-30 13:22:03 +0200
commitbae5ec1ed4ca07b552d6523e424a0ace5fa86933 (patch)
treed5d6446821a19aa4e553b4a9de9fd5145d4e27d8 /remote/modules/consolekit/data
parent[vbox] Readme file with notes on pathced scripts (diff)
downloadtm-scripts-bae5ec1ed4ca07b552d6523e424a0ace5fa86933.tar.gz
tm-scripts-bae5ec1ed4ca07b552d6523e424a0ace5fa86933.tar.xz
tm-scripts-bae5ec1ed4ca07b552d6523e424a0ace5fa86933.zip
Add consolekit and polkit
Diffstat (limited to 'remote/modules/consolekit/data')
l---------remote/modules/consolekit/data/etc/systemd/system/basic.target.wants/console-kit-daemon.service1
-rw-r--r--remote/modules/consolekit/data/etc/systemd/system/console-kit-daemon.service8
-rw-r--r--remote/modules/consolekit/data/usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service6
3 files changed, 15 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
+
diff --git a/remote/modules/consolekit/data/usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service b/remote/modules/consolekit/data/usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service
new file mode 100644
index 00000000..cbefc9a4
--- /dev/null
+++ b/remote/modules/consolekit/data/usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service
@@ -0,0 +1,6 @@
+[D-BUS Service]
+Name=org.freedesktop.ConsoleKit
+Exec=/usr/sbin/console-kit-daemon --no-daemon
+User=root
+SystemdService=console-kit-daemon.service
+