Re: running at boot time & signals
- From: Wolfgang Draxinger <wdraxinger@xxxxxxxxxxxxxxxx>
- Date: Sat, 28 Jan 2006 15:31:36 +0100
maria wrote:
> I need to automatically run a program everytime my computer
> boots up.
> Right now, I'm doing that by linking it from /etc/rc1.d. The
> problem is that, since it's running as part of init, it doesn't
> receive
> signals. I need it to receive a SIGINT when I hit ctrl-c, and
> this
> isn't happening. Is there any way I can get this to work,
> either by running the program in some other way outside of
> init, or by configuring it to receive signals through init?
what about
kill -15 `pidof $programm` ?
Or put the programm in the inittab, giving it it's own VT with
openvt.
Wolfgang Draxinger
--
.
- References:
- running at boot time & signals
- From: maria
- running at boot time & signals
- Prev by Date: linux, sockets, c
- Next by Date: Need to develop "Invoice application" for home based business, any packages in Linux?
- Previous by thread: running at boot time & signals
- Next by thread: DNS serrver update via client?
- Index(es):
Relevant Pages
|