Displaying 2 results from an estimated 2 matches for "startcommand".
2006 Feb 20
8
Graceful stop in, timeouts out (for now)
Hey Luis,
Just implemented the first cut at a graceful stop setup. It seems to mostly
work except for a few hicups here and there which I''ll test out. I''ve
tested this under OSX and will test on the other platforms soon.
To use it take a look at the examples/simpletest.rb and see how I setup an
"INT" handler to call HttpServer.stop.
Hopefully this will help with
2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
...E/bin/shutdown.sh" fi ;;
> *) echo $"Usage: $0 {start|stop}" exit 1 ;; esac exit $RETVAL
>
>
> On 11/ago/2010, at 09.31, Benjamin Knoth wrote:
>
>> Hi all, i would like to start fedora as autostart on boot. I
>> wrote a simple script which only includes the startcommand. I
>> gave the script the execute rights and if i start this script
>> manual as root or user fedora it starts. But if i save this
>> script in /etc/init.d/rc3.d/S07fedora on SLES 10 SP2 and restart
>> the system, fedora won''t be started on boot up.
>>
>>...