mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +00:00
19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
get_services_command=nidump services . >/etc/services.ni
|
|
restart_command=ps ax | grep inetd | head -1 | awk '{ print $1 }' | xargs kill -HUP
|
|
services_file=/etc/services.ni
|
|
extended_inetd=0
|
|
protocols_file=/etc/protocols
|
|
rpc_file=/etc/rpc
|
|
tcpd_path=/usr/libexec/tcpd
|
|
inetd_conf_file=/etc/inetd.conf
|
|
rpc_inetd=0
|
|
rpc_protocols=tcp udp
|
|
put_services_command=niload services . </etc/services.ni
|
|
allow_file=
|
|
deny_file=
|
|
show_empty=1
|
|
sort_mode=0
|
|
ipv6=0
|
|
qm_mode=0
|
|
display_max=100
|