Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit b28cc85

Browse files
committed
B OpenNebula/one#5504: Handle nicely acpid on systemd
Closes OpenNebula/one#5504
1 parent 0661840 commit b28cc85

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Unit]
2+
# https://github.com/OpenNebula/one/issues/5504
3+
ConditionVirtualization=!container

targets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ case "${TARGET}" in
114114
RELSUFFIX=${RELSUFFIX:-}
115115
TYPE=${TYPE:-deb}
116116
TAGS=${TAGS:-linux deb sysv systemd upstart one}
117-
DEPENDS=${DEPENDS:-util-linux bash curl bind9-host cloud-utils parted ruby ifupdown|ifupdown2 acpid sudo passwd dbus openssh-server open-vm-tools qemu-guest-agent gawk virt-what}
117+
DEPENDS=${DEPENDS:-util-linux bash curl bind9-host cloud-utils parted ruby ifupdown|ifupdown2 acpid|systemd sudo passwd dbus openssh-server open-vm-tools qemu-guest-agent gawk virt-what}
118118
PROVIDES=${PROVIDES:-}
119119
REPLACES=${REPLACES:-cloud-init}
120120
CONFLICTS=${CONFLICTS:-${REPLACES} one-context-ec2}

0 commit comments

Comments
 (0)