Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
camsource init-script
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
nikotto
n00b
n00b


Joined: 20 Apr 2005
Posts: 33

PostPosted: Tue Nov 22, 2005 5:43 pm    Post subject: camsource init-script Reply with quote

Hello,

I have running camsource (a webcam-server daemon) on my gentoo-box.
Now i want not always to start it manually - but through an init-script.

Looks like there exists none?

Sorry if i ask this - i'm new to gentoo - should i file a bug? or is it possible for average users to write my own?

thanks
niko
_________________
niko
Back to top
View user's profile Send private message
tecknojunky
Veteran
Veteran


Joined: 19 Oct 2002
Posts: 1937
Location: Montréal

PostPosted: Wed Jan 25, 2006 6:16 am    Post subject: Reply with quote

/etc/conf.d/local.start:
Code:
# /etc/conf.d/local.start

# This is a good place to load any misc programs
# on startup ( use 1>&2 to hide output)
camsource 1> /dev/null

/etc/conf.d/local.stop:
Code:
# /etc/conf.d/local.stop

# This is a good place to unload any misc.
# programs you started above.
# For example, if you are using OSS and have
# "/usr/local/bin/soundon" above, put
# "/usr/local/bin/soundoff" here.
camsource -k

_________________
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum