Files
gentoo/net-misc/tinyssh/files/tinyssh-makekey.service
Haelwenn (lanodan) Monnier f6e4cf7a86 net-misc/tinyssh: new package, add 20230101, 99999999
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/31817
Signed-off-by: Sam James <sam@gentoo.org>
2023-07-26 07:28:54 +01:00

9 lines
186 B
Desktop File

[Unit]
Description=TinySSH Key Generation
ConditionPathIsDirectory=!/etc/tinyssh/keys
[Service]
ExecStart=/usr/sbin/tinysshd-makekey /etc/tinyssh/keys
Type=oneshot
RemainAfterExit=true