aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-01-31 00:42:18 +0100
committerHåkon Hallingstad <hakon@oath.com>2018-01-31 00:42:18 +0100
commitbe49aead29fbd7c8e0925ea81f7746cd9538cefa (patch)
tree0634415f189faf138785c51df3cf2915275d4f2d /node-admin
parentd1cf204835e11f6e0b3065d6401f9ecf85679607 (diff)
Export systemd package
Diffstat (limited to 'node-admin')
-rw-r--r--node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/systemd/package-info.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/systemd/package-info.java b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/systemd/package-info.java
new file mode 100644
index 00000000000..e1bc1c5cbda
--- /dev/null
+++ b/node-admin/src/main/java/com/yahoo/vespa/hosted/node/admin/task/util/systemd/package-info.java
@@ -0,0 +1,5 @@
+// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+@ExportPackage
+package com.yahoo.vespa.hosted.node.admin.task.util.systemd;
+
+import com.yahoo.osgi.annotation.ExportPackage;