Revert "Try runlevel trick."

This reverts commit c13f34f6e0.
This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-12 23:21:14 -06:00
parent c13f34f6e0
commit c6953834a7
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
2 changed files with 9 additions and 3 deletions

View File

@ -3,6 +3,11 @@ set -e
source /bd_build/buildconfig
set -x
export RUNLEVEL=1
apt-get update
$minimal_apt_get_install beanstalkd
# Prevent systemd auto-startup
ln -s /dev/null /etc/systemd/system/beanstalkd.service
echo "STARTTIME=30" > /etc/default/beanstalkd
$minimal_apt_get_install -o Dpkg::Options::="--force-confdef" beanstalkd

View File

@ -3,7 +3,8 @@ set -e
source /bd_build/buildconfig
set -x
export RUNLEVEL=1
# Prevent systemd auto-startup
ln -s /dev/null /etc/systemd/system/cron.service
$minimal_apt_get_install cron