From 1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20 Mon Sep 17 00:00:00 2001 From: WingLim <643089849@qq.com> Date: Sat, 30 Jul 2022 04:06:54 +0800 Subject: core: Windows service integration (#4790) Co-authored-by: Matthew Holt --- notify/notify_linux.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notify/notify_linux.go') diff --git a/notify/notify_linux.go b/notify/notify_linux.go index 8ba49d2..1e8da74 100644 --- a/notify/notify_linux.go +++ b/notify/notify_linux.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package notify provides facilities for notifying process managers +// of state changes, mainly for when running as a system service. package notify import ( -- cgit v1.2.3