summaryrefslogtreecommitdiff
blob: e84a2e0cebc1f96d7f2efb4b978e13b490ce4ced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Id$

description="consolekit - tracks login sessions and seats"
pidfile="/var/run/ConsoleKit/pid"
command="/usr/sbin/console-kit-daemon"

depend() {
	need dbus
	use logger
}

start_pre() {
	checkpath -q -d -m 0755 /var/run/ConsoleKit
}