Update esvm service files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: sshd
|
||||
description: OpenSSH Daemon
|
||||
type: background
|
||||
start_cmd: /sbin/sshd -D
|
||||
start_cmd: /usr/bin/sh -c 'ssh-keygen -A && exec /sbin/sshd -D'
|
||||
exit_method: kill
|
||||
restart: true
|
||||
|
||||
Reference in New Issue
Block a user