mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
restart_command=ps ax | grep inetd | head -1 | awk '{ print $1 }' | xargs kill -HUP
|
|
services_file=/etc/services
|
|
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
|
|
allow_file=
|
|
deny_file=
|
|
show_empty=0
|
|
sort_mode=0
|
|
ipv6=0
|
|
qm_mode=0
|
|
display_max=100
|