Commit graph

15 commits

Author SHA1 Message Date
f00b7d0133
Main: Notify systemd about being ready after writing to the output path via sd_notify
When running in a systemd service with the --idle flag we
want to have systemd's service dependency chain depend on
the templated secret file being written to the output path.
2024-09-12 03:30:14 +02:00
9716019cfb
Dependencies: Add sd_notify 2024-09-12 03:30:01 +02:00
68af29f765
Cargo: Bump version to 0.3.0 2024-09-12 02:54:06 +02:00
e3f83ebe8e
Main: Add command line option to make the process idle indefinitely 2024-09-12 02:53:08 +02:00
7096902052
Main: Rewrite arguments parsing using clap 2024-09-12 02:52:57 +02:00
d248ae29e5
Dependencies: Add clap 2024-09-12 02:52:08 +02:00
117a0b4701
Cargo: Bump version to 0.2.2 2024-09-12 02:18:40 +02:00
6d0b738697
Main: Fix format strings not being format strings
Damn you rust-analyzer for highlighting these things when
not using format! or an equivalent.
2024-09-12 02:17:43 +02:00
6f2d410e5e
Cargo: Bump version to 0.2.1 2024-09-12 02:03:20 +02:00
e02993be2a
Main: Improve error logging for writing to the output path 2024-09-12 02:02:43 +02:00
368e478e59
Cargo: Bump version to 0.2.0 2024-09-12 01:55:37 +02:00
3d2ce7178e
Main: Improve error reporting when failing to read from files 2024-09-12 01:54:55 +02:00
dab8fc1735
Dependencies: Add anyhow 2024-09-12 01:54:43 +02:00
753bbaebec
LICENSE: Initial commit 2024-08-22 18:46:18 +02:00
05042bdbc9
Everywhere: Initial commit 2024-08-22 18:43:28 +02:00