mirror of
https://github.com/gophernicus/gophernicus.git
synced 2024-11-03 04:27:17 -05:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
|
|
||
|
service gopher {
|
||
|
family inet
|
||
|
protocol tcp
|
||
|
port 70
|
||
|
launch @BINARY@ -h @HOSTNAME@
|
||
|
}
|