hilfe mein git ist komisch
This commit is contained in:
14
etc/xinetd.d/daytime-udp
Normal file
14
etc/xinetd.d/daytime-udp
Normal file
@@ -0,0 +1,14 @@
|
||||
# default: off
|
||||
# description: A daytime server. This is the udp version.
|
||||
|
||||
service daytime
|
||||
{
|
||||
type = INTERNAL UNLISTED
|
||||
id = daytime-dgram
|
||||
socket_type = dgram
|
||||
protocol = udp
|
||||
user = root
|
||||
wait = yes
|
||||
disable = yes
|
||||
port = 13
|
||||
}
|
||||
Reference in New Issue
Block a user