[Rename] modules/systemd (#224)

This commit refactors the systemd module as part of the Elasticsearch to OpenSearch renaming.

Signed-off-by: Rabi Panda <adnapibar@gmail.com>
This commit is contained in:
Rabi Panda 2021-03-08 08:33:21 -08:00 committed by Nick Knize
parent 95f5997433
commit fca8a65c59
4 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@
*/
esplugin {
description 'Integrates Elasticsearch with systemd'
classname 'org.elasticsearch.systemd.SystemdPlugin'
description 'Integrates OpenSearch with systemd'
classname 'org.opensearch.systemd.SystemdPlugin'
}

View File

@ -17,7 +17,7 @@
* under the License.
*/
package org.elasticsearch.systemd;
package org.opensearch.systemd;
import com.sun.jna.Native;

View File

@ -17,7 +17,7 @@
* under the License.
*/
package org.elasticsearch.systemd;
package org.opensearch.systemd;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;

View File

@ -17,7 +17,7 @@
* under the License.
*/
package org.elasticsearch.systemd;
package org.opensearch.systemd;
import org.elasticsearch.Build;
import org.elasticsearch.common.CheckedConsumer;