Update esvm service files

This commit is contained in:
2025-09-25 10:00:35 +03:00
parent cd3bc2167e
commit 8d3c30edc5
4 changed files with 2 additions and 8 deletions
-5
View File
@@ -1,5 +0,0 @@
name: ssh-keygen
description: Generate SSH keys
type: simple
start_cmd: /usr/bin/ssh-keygen -A
exit_method: kill
+1 -1
View File
@@ -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