On 04/12/2010 01:16 PM, Chris Abnett wrote: > > I have a PHP script that I want to execute forever and in the > background with my astlinux system.. it is basically going to be a > socket communications driver.. so I want to start it at system boot > and have it run in the background.. If I were in regular linux I would > just use “daemon” whats the proper way to do this in AstLinux? Im > running build 3898 (I built from sources)… > > -Christopher > >
Background services are started in the various /etc/init.d/* scripts. Look in packages/p910nd/p910nd.init for an example. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
