__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
### BEGIN INIT INFO
# Provides: sssd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Should-Start: $named
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: System Security Services Daemon
# Description: Provides a set of daemons to manage access to
# remote directories and authentication
# mechanisms. It provides an NSS and PAM interface
# toward the system and a pluggable backend system
# to connect to multiple different account sources.
### END INIT INFO
# start on filesystem
# stop on runlevel [06]
DESCRIPTION="System Security Services Daemon"
PATH=/bin:/usr/bin:/sbin:/usr/sbin
NAME=sssd
DAEMON_OPTS=""
DAEMON=/usr/sbin/$NAME
PIDFILE=/var/run/$NAME.pid
# Load the VERBOSE setting and other rcS variables
. /lib/init/vars.sh
# Define LSB log_* functions.
# Depend on lsb-base (>= 3.2-14) to ensure that this file is present
# and status_of_proc is working.
. /lib/lsb/init-functions
if [ -f /etc/default/sssd ] ; then
. /etc/default/sssd
fi
initdmain() {
case "$1" in
start)
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESCRIPTION" "$NAME"
start_daemon -p $PIDFILE $DAEMON $DAEMON_OPTS
RC=$?
case "$RC" in
0)
[ "$VERBOSE" != no ] && log_end_msg $RC
;;
*)
# Report error also when VERBOSE=no
log_daemon_msg "Starting $DESCRIPTION" "$NAME"
log_end_msg $RC
;;
esac
;;
stop)
[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESCRIPTION" "$NAME"
killproc -p $PIDFILE $DAEMON
RC=$?
case "$RC" in
0)
[ "$VERBOSE" != no ] && log_end_msg $RC
;;
*)
# Report error also when VERBOSE=no
log_daemon_msg "Stopping $DESCRIPTION" "$NAME"
log_end_msg $RC
;;
esac
;;
force-reload|restart)
$0 stop
$0 start
;;
status)
status_of_proc -p $PIDFILE $DAEMON $NAME && exit 0 || exit $?
;;
*)
echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload|status}"
exit 1
;;
esac
}
initdmain $@
exit 0
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| K01alsa-utils | File | 5.49 KB | 0755 |
|
| K01apache-htcacheclean | File | 2.43 KB | 0755 |
|
| K01apache2 | File | 7.95 KB | 0755 |
|
| K01bluetooth | File | 2.88 KB | 0755 |
|
| K01gdm3 | File | 2.96 KB | 0755 |
|
| K01openvpn | File | 8.92 KB | 0755 |
|
| K01plymouth | File | 1.35 KB | 0755 |
|
| K01saned | File | 2.17 KB | 0755 |
|
| K01speech-dispatcher | File | 1.99 KB | 0755 |
|
| K01spice-vdagent | File | 2.43 KB | 0755 |
|
| K01sssd | File | 2.5 KB | 0755 |
|
| K01unattended-upgrades | File | 1.36 KB | 0755 |
|
| K01uuidd | File | 1.48 KB | 0755 |
|
| K01vsftpd | File | 2.05 KB | 0755 |
|