General Notes – 1


Home Forums Single board computers Raspberry Pi General Notes – 1

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1818
    PMB
    Keymaster

    To delay startup of something ie. postfix

    sudo nano /etc/rc.local
    sleep 600 && /etc/init.d/postfix start

    next

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.