AlternC/etc/xinetd.d/alternc_lxc

17 lines
277 B
Plaintext

service alternc_lxc
{
type = UNLISTED
port = 6504
socket_type = stream
protocol = tcp
wait = no
user = root
server = /var/lib/alternc-lxc/alternc_lxc_remote
only_from = 127.0.0.1
disable = no
}