diff options
| author | Simon Rettberg | 2013-09-03 17:42:51 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-03 17:42:51 +0200 |
| commit | b41d8ec2e258beaf90b472ea9089e0cd1ba4d19e (patch) | |
| tree | d5d6446821a19aa4e553b4a9de9fd5145d4e27d8 /remote/modules/consolekit/data/etc/systemd | |
| parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-b41d8ec2e258beaf90b472ea9089e0cd1ba4d19e.tar.gz tm-scripts-b41d8ec2e258beaf90b472ea9089e0cd1ba4d19e.tar.xz tm-scripts-b41d8ec2e258beaf90b472ea9089e0cd1ba4d19e.zip | |
Add consolekit and polkit
Diffstat (limited to 'remote/modules/consolekit/data/etc/systemd')
| 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 + |
