diff options
Diffstat (limited to 'readme.go')
-rw-r--r-- | readme.go | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package libsystemd provides libraries for working with systemd. -// Right now it only has a mostly-complete sd_daemon. +// Package libsystemd implements the client-side of generic system +// APIs. +// +// Several of these APIs originated with systemd, but they are all +// very simple, and may be implemented with a variety of systems. package libsystemd |