Stefan,

You can execute command(s) at startup by...

Create the file "/mnt/kd/rc.local" as a shell script:
--
#!/bin/sh

--
give it execute permissions...

chmod 755 /mnt/kd/rc.local

then add any startup commands you wish in "/mnt/kd/rc.local", which will be 
executed near the end of the init.d list.

Additionally, if you want to do network related commands, you can follow the 
same procedure with the file "/mnt/kd/rc.elocal" which is called early on just 
after the network init.d script.

Lonnie



On Mar 10, 2016, at 9:23 AM, Stefan Ulm <s....@divus.biz> wrote:

> Hi all,
>  
> how it can be acchieved to autostart a script or daemon on asltinux?
> Is it enough to copy into init.d, must be used a crontab command or is there 
> a special command sequence to go through?
>  
> Best regards
>  
> Stefan Ulm
> Technical Department | Research & Development
> stefan....@divus.eu
>  
>  
>  
>  
> <image001.png>
> 
> DIVUS Headquarters Pillhof 51 . I-39057 Eppan (Südtirol) . Tel. +39 0471 633 
> 662 . Fax. +39 0471 631 829
> www.divus.eu . Privacy: http://www.divus.eu/media/DivusPrivacy.pdf
>  
> <image002.jpg>
>  
> ------------------------------------------------------------------------------
> Transform Data into Opportunity.
> Accelerate data analysis in your applications with
> Intel Data Analytics Acceleration Library.
> Click to learn more.
> http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140_______________________________________________
> Astlinux-users mailing list
> Astlinux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/astlinux-users
> 
> Donations to support AstLinux are graciously accepted via PayPal to 
> pay...@krisk.org.


------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785111&iu=/4140
_______________________________________________
Astlinux-users mailing list
Astlinux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/astlinux-users

Donations to support AstLinux are graciously accepted via PayPal to 
pay...@krisk.org.

Reply via email to