View previous topic :: View next topic |
Author |
Message |
nikotto n00b
Joined: 20 Apr 2005 Posts: 33
|
Posted: Tue Nov 22, 2005 5:43 pm Post subject: camsource init-script |
|
|
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 |
|
|
tecknojunky Veteran
Joined: 19 Oct 2002 Posts: 1937 Location: Montréal
|
Posted: Wed Jan 25, 2006 6:16 am Post subject: |
|
|
/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 |
|
|
|