mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
phoronix-test-suite: disable systemd services by default
Unfortunately, the default behavior for at least the client service is to
reboot the machine if it encounters problems. Since it is pretty
much guaranteed to need target specific configuration info, we
should not enable the service(s) by default.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit 1ec2d489c3)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
23816d1161
commit
eac0775b18
@@ -23,7 +23,12 @@ do_install() {
|
||||
fi
|
||||
}
|
||||
|
||||
# It is not advisable to enable these services by default since they can cause
|
||||
# continual target reboots if they encounter network problems.
|
||||
#
|
||||
SYSTEMD_AUTO_ENABLE = "disable"
|
||||
SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service"
|
||||
|
||||
RDEPENDS_${PN} += "bash python php-cli"
|
||||
|
||||
FILES_${PN} += " \
|
||||
|
||||
Reference in New Issue
Block a user