Add esvm service file

This commit is contained in:
2025-10-04 22:17:27 +03:00
parent da3e55fa10
commit ff92fb24ba
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: moby
description: Container engine for the Docker ecosystem
version: 28.5.0
revision: 1
revision: 2
url: https://github.com/moby/moby
license: Apache-2.0
architecture: any
+5
View File
@@ -0,0 +1,5 @@
name: dockerd
description: Docker daemon
type: background
start_cmd: sh -c 'usr/sbin/modprobe loop && exec /usr/bin/dockerd'
exit_method: kill
+3
View File
@@ -36,6 +36,9 @@ package() {
# Install sysusers
install -Dm644 "$BPM_WORKDIR"/sysusers "$BPM_OUTPUT"/usr/lib/sysusers.d/docker.conf
# Install esvm service
install -Dm644 "$BPM_WORKDIR"/dockerd.esv "$BPM_OUTPUT"/etc/esvm/services/dockerd.esv
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/moby/LICENSE
}