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
+1 -1
View File
@@ -1,7 +1,7 @@
name: openssh
description: The premier connectivity tool for remote login with the SSH protocol
version: 10.0p2
revision: 2
revision: 3
url: https://www.openssh.com/
license: BSD-2-Clause,BSD-3-Clause,ISC,LicenseRef-Public-Domain,MIT
architecture: any
-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
-1
View File
@@ -52,7 +52,6 @@ package() {
# Install esvm services
install -Dm644 "$BPM_WORKDIR"/sshd.esv "$BPM_OUTPUT"/etc/esvm/services/sshd.esv
install -Dm644 "$BPM_WORKDIR"/ssh-keygen.esv "$BPM_OUTPUT"/etc/esvm/services/ssh-keygen.esv
# Install package license
install -Dm644 LICENCE "$BPM_OUTPUT"/usr/share/licenses/openssh/LICENSE