summaryrefslogtreecommitdiff
path: root/notify/notify_linux.go
diff options
context:
space:
mode:
authorWingLim <643089849@qq.com>2022-07-30 04:06:54 +0800
committerGitHub <noreply@github.com>2022-07-29 14:06:54 -0600
commit1e0cdc54f86cb29eca14af13aaa3ccfb07d46a20 (patch)
tree53e3baf13dea0f276db192348bf1014f2746c220 /notify/notify_linux.go
parent2f43aa062925e0e8ff114e6035f3bc1b2f7b8e4a (diff)
core: Windows service integration (#4790)
Co-authored-by: Matthew Holt <mholt@users.noreply.github.com>
Diffstat (limited to 'notify/notify_linux.go')
-rw-r--r--notify/notify_linux.go2
1 files changed, 2 insertions, 0 deletions
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 (