Skip to content

Commit 75ebb9b

Browse files
committed
[Tink] Enable required services
Enable caddy and fluent-bit services to run on boot Signed-off-by: Swee Yee Fonn <swee.yee.fonn@intel.com>
1 parent 8e48cfc commit 75ebb9b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

toolkit/imageconfigs/scripts/setup-tink-initramfs.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ set -x
1010
# regen initramfs for tink
1111
echo "Tink: final regen initramfs"
1212

13+
# tink services
14+
systemctl disable systemd-homed.service
15+
systemctl enable caddy.service
16+
systemctl enable fluent-bit.service
17+
mkdir -p /etc/fluent-bit
18+
touch /etc/fluent-bit/fluent-bit.conf
19+
1320
ramfs=$(find /boot -type f -name initramfs*img -printf '%f\n')
1421
# unzip initramfs
1522
mkdir /tmp/initramfs

0 commit comments

Comments
 (0)