logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

tinyssh-makekey.service (186B)


  1. [Unit]
  2. Description=TinySSH Key Generation
  3. ConditionPathIsDirectory=!/etc/tinyssh/keys
  4. [Service]
  5. ExecStart=/usr/sbin/tinysshd-makekey /etc/tinyssh/keys
  6. Type=oneshot
  7. RemainAfterExit=true