vp-build/srcpkgs/66-boot-stage1/files/sshd

16 lines
288 B
Plaintext

[main]
@type = classic
@description = "ssh daemon"
@user = ( root )
@options = ( log env )
[start]
@build = auto
@execute = (
foreground { exec ssh-keygen -A }
execl-cmdline -s { /usr/bin/sshd -f ${conf_file} ${cmd_args} } )
[environment]
conf_file=!/etc/ssh/sshd_config
cmd_args=!-D