Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
41.03 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#!/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. systemctl stop dbus.socket dbus.service || exit $? fi # Automatically added by dh_installinit if [ -x "/etc/init.d/dbus" ] && [ "$1" = remove ]; then invoke-rc.d dbus stop || exit $? fi # End automatically added section exit 0