A half-working systemd service generator.
Find a file
dependabot[bot] 4376576edc
Bump rustix from 0.38.14 to 0.38.19
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.14 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.14...v0.38.19)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-18 18:43:35 +00:00
.github/workflows add a testing CI for no reason 2023-09-28 12:59:18 +03:00
services initial commit 2023-09-28 12:59:13 +03:00
src initial commit 2023-09-28 12:59:13 +03:00
test initial commit 2023-09-28 12:59:13 +03:00
.envrc initial commit 2023-09-28 12:59:13 +03:00
.gitignore initial commit 2023-09-28 12:59:13 +03:00
Cargo.lock Bump rustix from 0.38.14 to 0.38.19 2023-10-18 18:43:35 +00:00
Cargo.toml initial commit 2023-09-28 12:59:13 +03:00
default.nix initial commit 2023-09-28 12:59:13 +03:00
flake.lock initial commit 2023-09-28 12:59:13 +03:00
flake.nix initial commit 2023-09-28 12:59:13 +03:00
LICENSE Initial commit 2023-09-28 12:50:52 +03:00
README.md initial commit 2023-09-28 12:59:13 +03:00
shell.nix initial commit 2023-09-28 12:59:13 +03:00

 Systemyml

Something something generate systemd services from Yaml files. Works for the most part.

I think I can finally say I know how to write Rust code.