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