summaryrefslogtreecommitdiffstats
path: root/remote/modules/consolekit/templates/consolekit.systemd.service
diff options
context:
space:
mode:
authorSimon Rettberg2013-09-18 16:42:52 +0200
committerSimon Rettberg2013-09-18 16:42:52 +0200
commite943f087771b879f710a30c8d0e9e7f6320e4016 (patch)
tree232742309d639bce3aff0952992eb373afd7929c /remote/modules/consolekit/templates/consolekit.systemd.service
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-e943f087771b879f710a30c8d0e9e7f6320e4016.tar.gz
tm-scripts-e943f087771b879f710a30c8d0e9e7f6320e4016.tar.xz
tm-scripts-e943f087771b879f710a30c8d0e9e7f6320e4016.zip
Make sure pam_ck_connector is required by and included in the consolekit module on all platforms
(Previously it was in consolekit on suse and pam on ubuntu... -.-)
Diffstat (limited to 'remote/modules/consolekit/templates/consolekit.systemd.service')
-rw-r--r--remote/modules/consolekit/templates/consolekit.systemd.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/remote/modules/consolekit/templates/consolekit.systemd.service b/remote/modules/consolekit/templates/consolekit.systemd.service
new file mode 100644
index 00000000..f86158cc
--- /dev/null
+++ b/remote/modules/consolekit/templates/consolekit.systemd.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=ConsoleKit (Legacy)
+After=syslog.target
+
+[Service]
+Type=dbus
+BusName=org.freedesktop.ConsoleKit
+ExecStart=%DAEMON% --no-daemon
+