mirror of
https://github.com/pygos/init.git
synced 2025-03-11 05:17:47 +01:00
5 lines
114 B
Text
5 lines
114 B
Text
description "OpenSSH server"
|
|
type respawn limit 5
|
|
target boot
|
|
after network sshd_keygen
|
|
exec "@SBINPATH@/sshd" -D
|