File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## v0.1.0-pre.0
44
5- Initial private pre-release.
5+ Initial private pre-release under the Hex package name ` systemdkit ` .
66
77- Added D-Bus-backed systemd manager APIs.
88- Added loss-aware systemd unit-file parser/generator.
Original file line number Diff line number Diff line change 22
33Pure Elixir tools for working with systemd.
44
5- The current spike exposes a small D-Bus backed manager client:
5+ Hex package name: ` systemdkit ` . The Mix application and public modules remain ` :systemd ` / ` Systemd ` .
6+
7+ ``` elixir
8+ {:systemdkit , " ~> 0.1.0-pre" }
9+ ```
10+
11+ The package exposes a small D-Bus backed manager client:
612
713``` elixir
814{:ok , conn} = Systemd .Manager .connect ()
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ defmodule Systemd.MixProject do
5151
5252 defp package do
5353 [
54+ name: "systemdkit" ,
5455 licenses: [ "MIT" ] ,
5556 links: % { "GitHub" => @ source_url }
5657 ]
You can’t perform that action at this time.
0 commit comments