12 lines
105 B
Plaintext
Executable File
12 lines
105 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
|
|
description="Solr container"
|
|
|
|
start() {
|
|
lxc-start solr
|
|
}
|
|
|
|
stop() {
|
|
lxc-stop solr
|
|
}
|