Spamworldpro Mini Shell
Spamworldpro


Server : Apache/2.4.52 (Ubuntu)
System : Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
User : www-data ( 33)
PHP Version : 8.1.2-1ubuntu2.21
Disable Function : NONE
Directory :  /usr/lib/systemd/system-generators/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/lib/systemd/system-generators/friendly-recovery
#!/bin/sh
set -e
[ ! -e /run/friendly_recovery.resume ]
normaldir=$1
earlydir=$2
latedir=$3
set -- $(cat /proc/cmdline)
for cmdline_arg in "$@"; do
	if [ "$cmdline_arg" = "recovery" ]
	then
		ln -sf /lib/systemd/system/friendly-recovery.target $earlydir/default.target
		break
	fi
done

Spamworldpro Mini