Sponsored Content
Full Discussion: What else do you do?
The Lounge What is on Your Mind? What else do you do? Post 302145159 by grial on Tuesday 13th of November 2007 02:58:15 AM
Old 11-13-2007
Quote:
Originally Posted by Smiling Dragon
A geek that Boxes is a first for me, congrats for breaking a few stereotypes there Smilie
I've always been intersted in boxing but never got too fired up about getting punched in the head so sort of shyed away from it... Smilie

I do a little Wing Tsun Kung Fu but am very much a junior, spent a couple of years at it but it takes many years to get to the point where it's not just a huge liability Smilie
Smilie
Yes, I feel a little bit odd here for that reason. Anyway, I've been playing martial arts since I was a child. I started with Karate until I got 1st dan, then I started with boxing and valetudo. But, as I mentioned, for now, only when I have some spare time...
 
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 05:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy