GRAYBYTE WORDPRESS FILE MANAGER7831

Server IP : 149.255.58.128 / Your IP : 216.73.216.123
System : Linux cloud516.thundercloud.uk 5.14.0-427.26.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 17 15:51:13 EDT 2024 x86_64
PHP Version : 8.2.28
Disable Function : allow_url_include, apache_child_terminate, apache_setenv, exec, passthru, pcntl_exec, posix_kill, posix_mkfifo, posix_getpwuid, posix_setpgid, posix_setsid, posix_setuid, posix_setgid, posix_seteuid, posix_setegid, posix_uname, proc_close, proc_get_status, proc_open, proc_terminate, shell_exec, show_source, system
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /lib/systemd/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /lib/systemd//systemd-update-helper
#!/usr/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eu
set -o pipefail

command="${1:?}"
shift

command -v systemctl >/dev/null || exit 0

case "$command" in
    install-system-units)
        systemctl --no-reload preset "$@"
        ;;

    install-user-units)
        systemctl --no-reload preset --global "$@"
        ;;

    remove-system-units)
        if [ -d /run/systemd/system ]; then
            systemctl --no-reload disable --now --no-warn "$@"
        else
            systemctl --no-reload disable --no-warn "$@"
        fi
        ;;

    remove-user-units)
        systemctl --global disable --no-warn "$@"

        [ -d /run/systemd/system ] || exit 0

        users=$(systemctl list-units 'user@*' --legend=no | sed -n -r 's/.*user@([0-9]+).service.*/\1/p')
        for user in $users; do
            SYSTEMD_BUS_TIMEOUT=15s \
                    systemctl --user -M "$user@" disable --now --no-warn "$@" &
        done
        wait
        ;;

    mark-restart-system-units)
        [ -d /run/systemd/system ] || exit 0

        for unit in "$@"; do
            systemctl set-property "$unit" Markers=+needs-restart &
        done
        wait
        ;;

    mark-reload-system-units)
        [ -d /run/systemd/system ] || exit 0

        for unit in "$@"; do
            systemctl set-property "$unit" Markers=+needs-reload &
        done
        wait
        ;;

    mark-restart-user-units)
        [ -d /run/systemd/system ] || exit 0

        users=$(systemctl list-units 'user@*' --legend=no | sed -n -r 's/.*user@([0-9]+).service.*/\1/p')
        for user in $users; do
            for unit in "$@"; do
                SYSTEMD_BUS_TIMEOUT=15s \
                        systemctl --user -M "$user@" set-property "$unit" Markers=+needs-restart &
            done
        done
        wait
        ;;

    mark-reload-user-units)
        [ -d /run/systemd/system ] || exit 0

        users=$(systemctl list-units 'user@*' --legend=no | sed -n -r 's/.*user@([0-9]+).service.*/\1/p')
        for user in $users; do
            for unit in "$@"; do
                SYSTEMD_BUS_TIMEOUT=15s \
                        systemctl --user -M "$user@" set-property "$unit" Markers=+needs-reload &
            done
        done
        wait
        ;;

    system-reload-restart|system-reload|system-restart)
        if [ -n "$*" ]; then
            echo "Unexpected arguments for '$command': $*"
            exit 2
        fi

        [ -d /run/systemd/system ] || exit 0

        if [[ "$command" =~ reload ]]; then
            systemctl daemon-reload
        fi

        if [[ "$command" =~ restart ]]; then
            systemctl reload-or-restart --marked
        fi
        ;;

    user-reload-restart|user-reload|user-restart|user-reexec)
        if [ -n "$*" ]; then
            echo "Unexpected arguments for '$command': $*"
            exit 2
        fi

        [ -d /run/systemd/system ] || exit 0

        users=$(systemctl list-units 'user@*' --legend=no | sed -n -r 's/.*user@([0-9]+).service.*/\1/p')

        if [[ "$command" =~ reexec ]]; then
            for user in $users; do
                SYSTEMD_BUS_TIMEOUT=15s \
                        systemctl --user -M "$user@" daemon-reexec &
            done
            wait
        fi

        if [[ "$command" =~ reload ]]; then
            for user in $users; do
                SYSTEMD_BUS_TIMEOUT=15s \
                        systemctl --user -M "$user@" daemon-reload &
            done
            wait
        fi

        if [[ "$command" =~ restart ]]; then
            for user in $users; do
                SYSTEMD_BUS_TIMEOUT=15s \
                        systemctl --user -M "$user@" reload-or-restart --marked &
            done
            wait
        fi
        ;;

    *)
        echo "Unknown verb '$command'"
        exit 3
        ;;
esac

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 26 2025 22:43:12
0 / root
0555
boot
--
March 18 2025 04:14:44
0 / root
0755
catalog
--
March 21 2025 22:43:24
0 / root
0755
network
--
March 21 2025 22:43:25
0 / root
0755
ntp-units.d
--
December 04 2024 22:45:00
0 / root
0755
system
--
May 22 2025 21:42:21
0 / root
0755
system-generators
--
May 08 2025 21:42:23
0 / root
0755
system-preset
--
May 01 2025 21:42:47
0 / root
0755
system-shutdown
--
March 21 2025 22:43:25
0 / root
0755
system-sleep
--
March 18 2025 04:14:45
0 / root
0755
user
--
March 21 2025 22:43:24
0 / root
0755
user-environment-generators
--
March 21 2025 22:43:24
0 / root
0755
user-generators
--
March 21 2025 22:43:24
0 / root
0755
user-preset
--
March 21 2025 22:43:24
0 / root
0755
libsystemd-shared.abignore
0.098 KB
March 18 2025 04:14:45
0 / root
0644
purge-nobody-user
2.3 KB
March 18 2025 04:14:45
0 / root
0755
resolv.conf
0.693 KB
October 31 2022 18:59:18
0 / root
0644
systemd
95.93 KB
March 18 2025 04:14:51
0 / root
0755
systemd-ac-power
15.203 KB
March 18 2025 04:14:51
0 / root
0755
systemd-backlight
35.547 KB
March 18 2025 04:14:51
0 / root
0755
systemd-binfmt
23.492 KB
March 18 2025 04:14:51
0 / root
0755
systemd-bless-boot
31.781 KB
March 18 2025 04:14:51
0 / root
0755
systemd-boot-check-no-failures
15.477 KB
March 18 2025 04:14:50
0 / root
0755
systemd-cgroups-agent
15.406 KB
March 18 2025 04:14:51
0 / root
0755
systemd-coredump
67.891 KB
March 18 2025 04:14:51
0 / root
0755
systemd-cryptsetup
92.523 KB
March 18 2025 04:14:51
0 / root
0755
systemd-export
43.719 KB
March 18 2025 04:14:51
0 / root
0755
systemd-fsck
31.492 KB
March 18 2025 04:14:51
0 / root
0755
systemd-growfs
23.438 KB
March 18 2025 04:14:51
0 / root
0755
systemd-hibernate-resume
15.219 KB
March 18 2025 04:14:51
0 / root
0755
systemd-hostnamed
52.086 KB
March 18 2025 04:14:51
0 / root
0755
systemd-initctl
23.508 KB
March 18 2025 04:14:51
0 / root
0755
systemd-integritysetup
23.688 KB
March 18 2025 04:14:51
0 / root
0755
systemd-journald
181.328 KB
March 18 2025 04:14:51
0 / root
0755
systemd-localed
51.859 KB
March 18 2025 04:14:51
0 / root
0755
systemd-logind
295.906 KB
March 18 2025 04:14:51
0 / root
0755
systemd-makefs
15.414 KB
March 18 2025 04:14:51
0 / root
0755
systemd-measure
52.102 KB
March 18 2025 04:14:51
0 / root
0755
systemd-modules-load
23.711 KB
March 18 2025 04:14:51
0 / root
0755
systemd-network-generator
43.836 KB
March 18 2025 04:14:51
0 / root
0755
systemd-pcrphase
31.711 KB
March 18 2025 04:14:51
0 / root
0755
systemd-pstore
23.602 KB
March 18 2025 04:14:51
0 / root
0755
systemd-quotacheck
15.258 KB
March 18 2025 04:14:51
0 / root
0755
systemd-random-seed
27.469 KB
March 18 2025 04:14:50
0 / root
0755
systemd-remount-fs
19.461 KB
March 18 2025 04:14:51
0 / root
0755
systemd-reply-password
15.445 KB
March 18 2025 04:14:51
0 / root
0755
systemd-rfkill
23.531 KB
March 18 2025 04:14:51
0 / root
0755
systemd-shutdown
51.688 KB
March 18 2025 04:14:51
0 / root
0755
systemd-sleep
31.547 KB
March 18 2025 04:14:51
0 / root
0755
systemd-socket-proxyd
31.656 KB
March 18 2025 04:14:51
0 / root
0755
systemd-sulogin-shell
19.516 KB
March 18 2025 04:14:51
0 / root
0755
systemd-sysctl
27.734 KB
March 18 2025 04:14:51
0 / root
0755
systemd-sysroot-fstab-check
56.344 KB
March 18 2025 04:14:51
0 / root
0755
systemd-sysupdate
124.883 KB
March 18 2025 04:14:51
0 / root
0755
systemd-timedated
47.805 KB
March 18 2025 04:14:51
0 / root
0755
systemd-update-done
15.445 KB
March 18 2025 04:14:51
0 / root
0755
systemd-update-helper
3.763 KB
March 18 2025 04:13:52
0 / root
0755
systemd-update-utmp
23.531 KB
March 18 2025 04:14:51
0 / root
0755
systemd-user-runtime-dir
23.477 KB
March 18 2025 04:14:51
0 / root
0755
systemd-user-sessions
15.227 KB
March 18 2025 04:14:51
0 / root
0755
systemd-vconsole-setup
19.484 KB
March 18 2025 04:14:51
0 / root
0755
systemd-veritysetup
23.641 KB
March 18 2025 04:14:51
0 / root
0755
systemd-volatile-root
23.469 KB
March 18 2025 04:14:51
0 / root
0755
systemd-xdg-autostart-condition
15.469 KB
March 18 2025 04:14:51
0 / root
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF