From g1201 at myriade.ca Tue Aug 6 07:45:02 2019 From: g1201 at myriade.ca (Gilles Kirouac) Date: Tue, 6 Aug 2019 01:45:02 -0400 Subject: Cron Message-ID: I am testing V2.10. Thanks for providing it. ?Cron is a flexible tool. It allows to schedule the execution of a task at 5 minutes past the hour, another one at 15 minutes. It seems nard limits that to every minute, every hour, etc. May I use a cron table to schedule a task at different intervals, say every 15 minutes or every 6 hours? ~ Gilles From rln-nard at arbetsmyra.dyndns.org Tue Aug 6 10:43:41 2019 From: rln-nard at arbetsmyra.dyndns.org (Ronny Nilsson) Date: Tue, 6 Aug 2019 10:43:41 +0200 Subject: Cron In-Reply-To: References: Message-ID: <201908061043.41155.rln-nard@arbetsmyra.dyndns.org> Hi Sure you can. Cron works normally. There is no limits. Add your cron table into: nard/platform/my_prodyct/fs-template/var/spool/cron/crontabs/ The name of the file represents the user. By default there is one for root. If you need to execute your command as root; copy the default crontab into your custom product and modify it. It will then override the default. /Ronny ------------------------------------------ > I am testing V2.10. Thanks for providing it. > > ?Cron is a flexible tool. It allows to schedule the execution of a task > at 5 minutes past the hour, another one at 15 minutes. > > It seems nard limits that to every minute, every hour, etc. > > May I use a cron table to schedule a task at different intervals, say > every 15 minutes or every 6 hours? > > ~ Gilles