⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.164
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
var
/
lib
/
dpkg
/
info
/
View File Name :
plymouth.preinst
#!/bin/sh set -e # Automatically added by dh_installinit/13.18ubuntu2.1 if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/plymouth" ] ; then chmod +x "/etc/init.d/plymouth" >/dev/null || true fi # End automatically added section # Automatically added by dh_installinit/13.18ubuntu2.1 if [ "$1" = "install" ] && [ -n "$2" ] && [ -e "/etc/init.d/plymouth-log" ] ; then chmod +x "/etc/init.d/plymouth-log" >/dev/null || true fi # End automatically added section # Automatically added by dh_installsystemd/13.18ubuntu2.1 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -d /run/systemd/system ] ; then deb-systemd-invoke stop 'plymouth-halt.service' 'plymouth-kexec.service' 'plymouth-poweroff.service' 'plymouth-quit-wait.service' 'plymouth-quit.service' 'plymouth-read-write.service' 'plymouth-reboot.service' 'plymouth-start.service' 'plymouth-switch-root-initramfs.service' 'plymouth-switch-root.service' 'systemd-ask-password-plymouth.path' 'systemd-ask-password-plymouth.service' >/dev/null || true fi # End automatically added section