__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ 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: cloud-init-local
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Cloud init local
# Description: Cloud configuration initialization
### END INIT INFO
# Authors: Julien Danjou <acid@debian.org>
# Juerg Haefliger <juerg.haefliger@hp.com>
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Cloud service"
NAME=cloud-init
DAEMON=/usr/bin/$NAME
DAEMON_ARGS="init --local"
SCRIPTNAME=/etc/init.d/$NAME
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0
# Read configuration variable file if it is present
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
# 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 init_is_upstart; then
case "$1" in
stop)
exit 0
;;
*)
exit 1
;;
esac
fi
case "$1" in
start)
log_daemon_msg "Starting $DESC" "$NAME"
if grep -q 'cloud-init=disabled' /proc/cmdline; then
log_daemon_msg "$NAME is disabled via /proc/cmdline."
exit 0
elif test -e /etc/cloud/cloud-init.disabled; then
log_daemon_msg "$NAME is disabled via cloud-init.disabled"
exit 0
fi
$DAEMON ${DAEMON_ARGS}
case "$?" in
0|1) log_end_msg 0 ;;
2) log_end_msg 1 ;;
esac
;;
stop|restart|force-reload)
echo "Error: argument '$1' not supported" >&2
exit 3
;;
*)
echo "Usage: $SCRIPTNAME {start}" >&2
exit 3
;;
esac
:
| 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 |
|
| K01cloud-config | File | 1.58 KB | 0755 |
|
| K01cloud-final | File | 1.71 KB | 0755 |
|
| K01cloud-init-local | File | 1.49 KB | 0755 |
|
| K01cloud-init-main | File | 1.56 KB | 0755 |
|
| K01cups-browsed | File | 1.92 KB | 0755 |
|
| K01fio | File | 734 B | 0755 |
|
| K01gdomap | File | 974 B | 0755 |
|
| K01lightdm | File | 2.55 KB | 0755 |
|
| K01mariadb | File | 8.27 KB | 0755 |
|
| K01named | File | 3.33 KB | 0755 |
|
| K01nfs-common | File | 5.49 KB | 0755 |
|
| K01nmbd | File | 1.26 KB | 0755 |
|
| K01plymouth | File | 1.35 KB | 0755 |
|
| K01rpcbind | File | 2.47 KB | 0755 |
|
| K01samba-ad-dc | File | 1.61 KB | 0755 |
|
| K01saned | File | 2.17 KB | 0755 |
|
| K01smbd | File | 1.59 KB | 0755 |
|
| K01vsftpd | File | 2.05 KB | 0755 |
|
| K01winbind | File | 1.47 KB | 0755 |
|