edit rc.local to run python application on reboot

Discussion in 'General Discussion' started by y.seksit, Jun 6, 2014.

  1. y.seksit

    y.seksit New Member

    Joined:
    May 8, 2014
    Messages:
    17
    Likes Received:
    0
    I want to edit rc.local to run python application every reboot Udoo board.
    i want to run python udp client and udp server port 10000, source code also access serial port (Port 0)

    how can i should to edit rc.local to run python UDP client and UDP server at reboot tiime?
     
  2. mikelangeloz

    mikelangeloz Member

    Joined:
    Jul 9, 2013
    Messages:
    129
    Likes Received:
    1
    Just place your python script into rc.local

    If there are other scripts in the rc.local file, remember to place && after the last line
     

Share This Page