X7ROOT File Manager
Current Path:
/usr/lib/systemd
usr
/
lib
/
systemd
/
📁
..
📁
catalog
📄
import-pubring.gpg
(9.33 KB)
📁
ntp-units.d
📄
rhel-autorelabel
(2.31 KB)
📄
rhel-configure
(399 B)
📄
rhel-dmesg
(110 B)
📄
rhel-dmraid-activation
(599 B)
📄
rhel-domainname
(158 B)
📄
rhel-import-state
(1.03 KB)
📄
rhel-loadmodules
(233 B)
📄
rhel-readonly
(5.77 KB)
📁
scripts
📁
system
📁
system-generators
📁
system-preset
📁
system-shutdown
📁
system-sleep
📄
systemd
(1.56 MB)
📄
systemd-ac-power
(23.41 KB)
📄
systemd-activate
(68.52 KB)
📄
systemd-backlight
(73.02 KB)
📄
systemd-binfmt
(60.73 KB)
📄
systemd-bootchart
(125.05 KB)
📄
systemd-cgroups-agent
(35.91 KB)
📄
systemd-coredump
(129.86 KB)
📄
systemd-cryptsetup
(101.28 KB)
📄
systemd-fsck
(331.23 KB)
📄
systemd-hibernate-resume
(39.95 KB)
📄
systemd-hostnamed
(367.16 KB)
📄
systemd-importd
(367.75 KB)
📄
systemd-initctl
(309.84 KB)
📄
systemd-journald
(338.05 KB)
📄
systemd-localed
(375.22 KB)
📄
systemd-logind
(624.84 KB)
📄
systemd-machine-id-commit
(52.19 KB)
📄
systemd-machined
(482.01 KB)
📄
systemd-modules-load
(64.8 KB)
📄
systemd-pull
(183.14 KB)
📄
systemd-quotacheck
(43.96 KB)
📄
systemd-random-seed
(48.13 KB)
📄
systemd-readahead
(97.51 KB)
📄
systemd-remount-fs
(56.52 KB)
📄
systemd-reply-password
(35.93 KB)
📄
systemd-rfkill
(60.74 KB)
📄
systemd-shutdown
(146.76 KB)
📄
systemd-shutdownd
(64.52 KB)
📄
systemd-sleep
(89.16 KB)
📄
systemd-socket-proxyd
(105.52 KB)
📄
systemd-sysctl
(64.83 KB)
📄
systemd-sysv-install
(40.22 KB)
📄
systemd-timedated
(375.91 KB)
📄
systemd-udevd
(406.45 KB)
📄
systemd-update-done
(44.07 KB)
📄
systemd-update-utmp
(309.87 KB)
📄
systemd-user-sessions
(44.16 KB)
📄
systemd-vconsole-setup
(52.2 KB)
📁
user
📁
user-generators
📁
user-preset
Editing: rhel-dmraid-activation
#!/bin/bash # # Activation of dmraid sets. # . /etc/init.d/functions [ -z "${cmdline}" ] && cmdline=$(cat /proc/cmdline) if ! strstr "$cmdline" nodmraid && [ -x /sbin/dmraid ]; then modprobe dm-mirror >/dev/null 2>&1 dmraidsets=$(LC_ALL=C /sbin/dmraid -s -c -i) if [ "$?" = "0" ]; then SAVEIFS=$IFS IFS=$(echo -en "\n\b") for dmname in $dmraidsets; do if [[ "$dmname" == isw_* ]] && \ ! strstr "$cmdline" noiswmd; then continue fi /sbin/dmraid -ay -i --rm_partitions -p "$dmname" >/dev/null 2>&1 /sbin/kpartx -u -a "/dev/mapper/$dmname" done IFS=$SAVEIFS fi fi
Upload File
Create Folder