meta: add systemd-sysv to dependencies

Proxmox Backup Server only works properly with systemd as PID1, encode this in
the meta dependencies to avoid accidents.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-03-07 09:29:25 +01:00
parent 7648210cf8
commit e8a693d1cc

1
debian/control vendored
View File

@ -12,6 +12,7 @@ Depends: proxmox-archive-keyring,
proxmox-backup-server (>= 3.0.2-1), proxmox-backup-server (>= 3.0.2-1),
proxmox-kernel-helper (>= 8.0.3), proxmox-kernel-helper (>= 8.0.3),
proxmox-default-kernel, proxmox-default-kernel,
systemd-sysv,
Description: Proxmox Backup Server meta package Description: Proxmox Backup Server meta package
This is a meta package which will install everything needed to run a This is a meta package which will install everything needed to run a
Proxmox Backup server. This package also depends on the latest Proxmox Backup server. This package also depends on the latest