diff --git a/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot b/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot index e08bc80b..e7fa98b2 100644 --- a/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot +++ b/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot @@ -19,6 +19,6 @@ systemctl enable postgresql systemctl enable tor systemctl enable cockpit.socket -sytemctl start postgresql +systemctl start postgresql msfdb init diff --git a/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot b/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot index 9c22c5cb..e7fa98b2 100644 --- a/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot +++ b/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot @@ -19,5 +19,6 @@ systemctl enable postgresql systemctl enable tor systemctl enable cockpit.socket +systemctl start postgresql msfdb init