5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
${srcdir}/start-stop-agent --stop
|
||
|
exit 0
|