forked from Spark/ssm-services
init
This commit is contained in:
14
init.d/sshd
Executable file
14
init.d/sshd
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env watchman
|
||||
|
||||
watchman.depends network
|
||||
|
||||
cfg_sshd_cfgdir='/etc/ssh'
|
||||
|
||||
service_command='/bin/sshd'
|
||||
service_args="-f $cfg_sshd_cfgdir/sshd_config"
|
||||
service_pidfile='/run/sshd.pid'
|
||||
|
||||
sshd_genkeys() {
|
||||
[[ -e "/etc/ssh/ssh_host_key" ]] || { ssh-keygen -A; }
|
||||
watchman.start
|
||||
}
|
Reference in New Issue
Block a user