uawdijnntqw1x1x1
IP : 3.133.149.165
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
..
/
etc
/
python
/
..
/
python2.7
/
..
/
perl
/
..
/
init
/
network-interface.conf
/
/
# network-interface - configure network device # # This service causes network devices to be brought up or down as a result # of hardware being added or removed, including that which isn't ordinarily # removable. description "configure network device" emits net-device-up emits net-device-down emits static-network-up start on net-device-added stop on net-device-removed INTERFACE=$INTERFACE instance $INTERFACE export INTERFACE pre-start script if [ "$INTERFACE" = lo ]; then # bring this up even if /etc/network/interfaces is broken ifconfig lo 127.0.0.1 up || true initctl emit -n net-device-up \ IFACE=lo LOGICAL=lo ADDRFAM=inet METHOD=loopback || true fi mkdir -p /run/network ifup --allow auto $INTERFACE ifup --allow hotplug $INTERFACE end script post-stop script ifdown --force --allow auto $INTERFACE ifdown --force --allow hotplug $INTERFACE end script
/var/../etc/python/../python2.7/../perl/../init/network-interface.conf