Skip to content

Releases: gwbres/systemctl

v0.5.0

26 Jun 07:04
0e09459

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

26 Sep 09:06
b304a97

Choose a tag to compare

What's Changed

  • Add serde to cargo.toml, improve readme, test clippy by @alexkunde in #20
  • Bump actions/checkout from 3 to 4 by @dependabot in #21
  • add reload and reload-or-restart commands by @pgray in #22
  • my 0.4 suggestion: allow passing e.g. --user args, don't use env-vars, refactor to struct by @JakubKoralewski in #31

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0: serde crate feature

23 Jul 17:42

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Jul 20:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.9...v0.2.0

v0.1.9: coding style, remove undesired traces

30 Dec 17:29

Choose a tag to compare

  • remove undesired traces when using portions of this library
  • introduce coding style to follow

0.1.8: make list_units() public

08 Sep 17:21

Choose a tag to compare

0.1.8: expose list_units as public method

0.1.7: environment variable

01 Jul 08:06

Choose a tag to compare

  • option to customize systemcl binary location at build time

0.1.5: unit struct. improvement

31 May 15:09

Choose a tag to compare

Improved unit structure

  • introduced man page parsing
  • introduced missing fields

0.1.4: is_active() improvement

31 May 07:16

Choose a tag to compare

Improved pattern to be checked in this method

0.1.3: isactive() minor correction; working on ::from_systemctl()

30 May 16:50

Choose a tag to compare

  • isactive(): now uses systemctl is-active builtin feature (better)
  • fixed wrong expected "Active-active (running)" pattern in relation with the new macro
  • Unit::from_systemctl is work in progress
  • is mostly ok
  • is sometimes faulty, it seems like dead/zombie services produce an error code when performing the syscall
  • -> improve in next release