Sponsored Content
Full Discussion: What else do you do?
The Lounge What is on Your Mind? What else do you do? Post 302145091 by Smiling Dragon on Monday 12th of November 2007 07:48:02 PM
Old 11-12-2007
Computer

Seems like a good chance to introduce myself Smilie I've been reading these forums for a while, usually as a result of a google search for something. Figured it was time I made an account and started to 'give back' a little.

So howdie all!

Hobbies for me have taken a bit of a back seat for now as I've just started a business on the side and am currently running it and doing my day job too -> not that much time left in the 24hrs for sleeping let alone playing Smilie

Before that (and hopefully after things settle down), I have been learning to fly a hang glider (I'd recommend this to all, it's an amasing rush), open circuit scuba diving (SSI / PADI AOW) and hanging out on the beach with my two dogs (a Golden Retriever and a Newfoundland) Smilie

I follow Dexter, Boston Legal, Stargate Atlantis and The Unit on TV, can enjoy a good multiplayer computer game occasionally, but never really enjoyed chess much Smilie

Trekking/Tramping/Hiking is nice with the dogs but otherwise doesn't do lots for me, I'm fairly fit but clearly have too short an attention span so start to get bored :/ I can certainly appreciate the appeal though, just that it's not really for me.
 
started(7)						 Miscellaneous Information Manual						started(7)

NAME
       started - event signalling that a job is running

SYNOPSIS
       started JOB=JOB INSTANCE=INSTANCE [ENV]...

DESCRIPTION
       The  started  event is generated by the Upstart init(8) daemon when an instance of a job has finished starting and is now running.  The JOB
       environment variable contains the job name, and the INSTANCE environment variable contains the instance name which will be empty  for  sin-
       gle-instance jobs.

       init(8)	emits this event as an informational signal, services and tasks started or stopped by this event will do so in parallel with other
       activity.  It is typically combined with the stopping(7) event by services declaring a dependency.

       Job configuration files may use the export stanza to export environment variables from their own environment into the started  event.   See
       init(5) for more details.

EXAMPLE
       A service that wishes to depend on another service might use:

	      start on started apache
	      stop on stopping apache

       A task that must be run after another task or service has been started might use:

	      start on started postgresql

SEE ALSO
       starting(7) stopping(7) stopped(7) init(5)

Upstart 							    2009-07-09								started(7)
All times are GMT -4. The time now is 12:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy