summaryrefslogtreecommitdiff
path: root/net-misc/tinyssh/files/tinyssh-makekey.service
blob: 841a516ce390f18c3d755327adb4c4eca8fe877b (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=TinySSH Key Generation
ConditionPathIsDirectory=!/etc/tinyssh/keys

[Service]
ExecStart=/usr/sbin/tinysshd-makekey /etc/tinyssh/keys
Type=oneshot
RemainAfterExit=true