Compare commits

..

2 Commits

Author SHA1 Message Date
Raito Bezarius 0738463c27 fix: move to Go 1.22
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
1 month ago
Raito Bezarius 7eb31a5fcd fix: remove the warning because it's wrong
/run/credentials is stable for system services.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
1 month ago

@ -1,3 +1,3 @@
module git.newtype.fr/ryan/systemd-openbaod module git.newtype.fr/ryan/systemd-openbaod
go 1.23 go 1.22

@ -20,8 +20,6 @@ let
defaultText = "/run/credentials/$service.service/$name"; defaultText = "/run/credentials/$service.service/$name";
description = '' description = ''
Absolute path to systemd's loaded credentials. Absolute path to systemd's loaded credentials.
WARNING: Using this path might break if systemd in future decides to use
a different location but /run/credentials
''; '';
}; };
}; };

Loading…
Cancel
Save