summaryrefslogtreecommitdiff
blob: dbf7850227c43d2e6fdbd7735735508cf73c9164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2


command="/usr/sbin/sssd"
command_args="${SSSD_OPTIONS} -D"
start_stop_daemon_args="--quiet"
description="System Security Services Daemon"

depend(){
    need localmount clock
    use syslog xdm
}

if [ "${RC_VERSION:-0}" = "0" ]; then
        start() {
                eerror "This script cannot be used for baselayout-1."
                return 1
        }
fi