PDA

View Full Version : [Custom kali live] Start apache2 service



Urologia
2022-11-18, 16:50
Dear all, I try to make a file 03-start-apache2.chroot with option to start apache2 service:
I try with:
service apache2 start
systemctl start apache2
I have not error for build iso but the service not start.
Some suggestion?

Fred Sheehan
2022-11-20, 22:22
you have to enable services before you can start them;

sudo systemctl apache2 enable
sudo systemctl apache2 start

Urologia
2022-11-22, 07:46
Tnx man. I try you suggestion

Snake Plissken
2023-01-11, 17:12
How do I change RAM disk size on Live USB boot?