![]() |
OpenSlug.StartupOptProgram HistoryHide minor edits - Show changes to markup January 14, 2009, at 09:46 AM
by -- January 09, 2009, at 03:48 PM
by --
Changed lines 19-21 from:
to:
January 09, 2009, at 03:46 PM
by --
Changed line 4 from:
If you want to startup a program from /opt with an init script, like to:
If you want to startup a program from Changed lines 16-18 from:
to:
Changed lines 27-28 from:
The prefix to:
The prefix January 09, 2009, at 03:40 PM
by --
Changed line 10 from:
export PATH=/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/opt/bin to:
Changed lines 15-17 from:
(probably root). From the command prompt as that user, type
"echo $PATH" and copy the output into the above. to:
(probably root). From the command prompt as that user, type
Changed lines 21-22 from:
For beginners I want to mention, that you will place your script as an example in to:
For beginners I want to mention, that you will place your script as an example in January 09, 2009, at 03:35 PM
by --
Added lines 1-28:
StartupOptProgram How to Startup an /opt program from /etc/init.dBack to HowTo If you want to startup a program from /opt with an init script, like (:table border=1 width=100% bgcolor=#ffffff:) (:cell:) export PATH=/sbin:/usr/sbin:/usr/local/sbin:/bin:/usr/bin:/opt/bin (:tableend:) to your script except that you should replace the path I used above with whatever
is the correct path is on your system for the user who runs the init script
(probably root). From the command prompt as that user, type
"echo $PATH" and copy the output into the above. 2009-01-09 RudolfReuter Page last modified on January 14, 2009, at 09:46 AM
|