Hello everyone,
I am using HellaNZB which is a Python script which I need to run as root. I am trying to find a way of getting it to run automatically at startup but I have so far been unable to find a way of doing this. I have the following in a script which I then linked to using ln -s in boot.local and also the rc3.d and rc5.d folders in /etc/init:
Code:
#! /bin/bash
cd /home/sty/Desktop/hellanzb-0.13
./hellanzy.py
The script is chmod'd to be executuable.
My distro is openSuse 10.3.
I would be very grateful for any suggestions you may have.