aboutsummaryrefslogtreecommitdiff
path: root/lib/systemd/systemd.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/systemd/systemd.go')
-rw-r--r--lib/systemd/systemd.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/systemd/systemd.go b/lib/systemd/systemd.go
new file mode 100644
index 00000000..40a3da5a
--- /dev/null
+++ b/lib/systemd/systemd.go
@@ -0,0 +1,5 @@
+// SPDX-License-Identifier: BSD-3-Clause
+// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info>
+
+// Package systemd implement native interface for systemd.
+package systemd