From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: How to run a GNAT program without starting a terminal session Date: Thu, 19 Jul 2018 18:40:19 +0200 Organization: A noiseless patient Spider Message-ID: References: <8771f075-4142-45ef-b636-80d407fedd7f@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 19 Jul 2018 16:40:18 -0000 (UTC) Injection-Info: h2725194.stratoserver.net; posting-host="2f3c3fe4f00f3b207b6bfdf061030a2b"; logging-data="7760"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+z1ItQrdFGgpQaDN838j60" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:mT9cntHQTN+h/MX6RAIJKkcHcio= In-Reply-To: Xref: reader02.eternal-september.org comp.lang.ada:53910 Date: 2018-07-19T18:40:19+02:00 List-Id: On 2018-07-19 13:30, Jerry wrote: > I _want_ to start it myself each time, approximately every 30 minutes, and it is designed to stop running after one minute. Ah, I misunderstood. You want to know when you should stop running. I suggested putting it as a daemon to signal when to START running. A delay of 30 minutes would give you a beep twice an hour. However if you are NOT at the computer - but running around - how could the terminal app annoy you? You are not there - except when you start it. Does it not go away once your program is finished? -- -- Björn