On Aug 9, 2007, at 3:01 AM, Robert Rawlins - Think Blue wrote:
I’m looking for the best method to launch my python app when my Linux
system boots up. At the moment I just have an entry like this in my
rc.local file:
CD /myfolder/anotherfolder
./myapp.py
Is this the best way to do this? O
On Aug 9, 2007, at 3:01 AM, Robert Rawlins - Think Blue wrote:
I’m looking for the best method to launch my python app when my
Linux system boots up. At the moment I just have an entry like this
in my rc.local file:
CD /myfolder/anotherfolder
./myapp.py
Is this the best way to do this?
Hello Guys,
I'm looking for the best method to launch my python app when my Linux system
boots up. At the moment I just have an entry like this in my rc.local file:
CD /myfolder/anotherfolder
./myapp.py
Is this the best way to do this? Or is there a better way? I feel like a bit
of a d