10 lines
62 B
Plaintext
10 lines
62 B
Plaintext
start()
|
|
{
|
|
/usr/sbin/inetd
|
|
}
|
|
|
|
stop()
|
|
{
|
|
killall inetd
|
|
}
|