inadyn as a daemon. openSUSE 12.1 x86_64

I managed to install the deb package inadyn with the help of alien and zypper, and the inadyn runs when called from command line and reads it’s config file just fine, but I would like to add it as a daemon and I just don’t know where to look for help.
the system is text only server install with zypper update already ran and stable as it is.
I don’t have any man pages on it and I really never setup a daemon by hand that I can recall…
any help would be appreciated.

ed v wrote:
>
> I managed to install the deb package inadyn with the help of alien and
> zypper, and the inadyn runs when called from command line and reads it’s
> config file just fine,

Why deb package?

Inadyn is a script that you can just download from DynDns site and place
it anywhere in your path. 40 KB in size.

but I would like to add it as a daemon and I just
> don’t know where to look for help.

I have a line in fstab:
@reboot /home/vahis/bin/inadyn

That’s all I need and it runs fine.

Vahis

http://waxborg.servepics.com
openSUSE 11.4 (x86_64) 2.6.37.6-0.11-default main host
openSUSE 12.1 (x86_64) 3.2.10-15-desktop Tumbleweed in VirtualBox
openSUSE 12.1 (i586) 3.1.9-1.4-desktop in EeePC 900

I guess it was a bad idea to use alien and zypper in this instance, but I will follow your example of amending fstab.
thank you.

ed v wrote:
>
> Vahis;2449149 Wrote:
>> ed v wrote:
>>>
>>> I managed to install the deb package inadyn with the help of alien
>> and
>>> zypper, and the inadyn runs when called from command line and reads
>> it’s
>>> config file just fine,
>>
>> Why deb package?
>>
>> Inadyn is a script that you can just download from DynDns site and
>> place
>> it anywhere in your path. 40 KB in size.
>>
>> but I would like to add it as a daemon and I just
>>> don’t know where to look for help.
>>
>> I have a line in fstab:
>> @reboot /home/vahis/bin/inadyn
>>
>> That’s all I need and it runs fine.
>>
>> Vahis
>>
> I guess it was a bad idea to use alien and zypper in this instance, but
> I will follow your example of amending fstab.
> thank you.
>
>
Urgent!
Sorry, I wrote fstab.

Of course it is crontab.

Vahis

http://waxborg.servepics.com
openSUSE 11.4 (x86_64) 2.6.37.6-0.11-default main host
openSUSE 12.1 (x86_64) 3.2.10-15-desktop Tumbleweed in VirtualBox
openSUSE 12.1 (i586) 3.1.9-1.4-desktop in EeePC 900

yeah I wondered about that location…
thanks for the clarification.