Results 1 to 4 of 4

Thread: [Custom kali live] Start apache2 service

  1. #1
    Join Date
    2018-Jun
    Posts
    10

    [Custom kali live] Start apache2 service

    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?

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    you have to enable services before you can start them;

    sudo systemctl apache2 enable
    sudo systemctl apache2 start

  3. #3
    Join Date
    2018-Jun
    Posts
    10
    Tnx man. I try you suggestion

  4. #4
    How do I change RAM disk size on Live USB boot?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •