[SOLVED] Timers on runit 24 August 2020, 15:58:21 Hello guys, recently i go to runit and i am trying to create a service which related with systemd timers.target. Which tool can i use to complete my service? Last Edit: 28 October 2020, 00:22:09 by SGOrava
Re: Timers on runit Reply #1 – 24 August 2020, 19:20:51 AFAIK, timers is a flashy reinvention of the wheel by systemd in its way to absorb more and more standard UNIX tools functionality into itself. This means, you only need a crond implementation and the appropriate -runit service for it. Unless you were asking something else I didn't understand. 2 Likes
Re: Timers on runit Reply #2 – 24 August 2020, 22:46:40 Quote from: SoloLearner – on 24 August 2020, 15:58:21Hello guys, recently i go to runit and i am trying to create a service which related with systemd timers.target. Which tool can i use to complete my service?@nous is correct.But, besides cronjobs, you may would like to use snooze which is more or less like timers from AURPlease note, that we are not supporting AUR packages, so for any further info/question/trouble, make an issue at the project's page. 2 Likes
Re: Timers on runit Reply #3 – 03 September 2020, 19:14:51 Darn, we should import snooze into our repos, yesterday. 3 Likes
Re: Timers on runit Reply #4 – 03 September 2020, 20:45:08 snooze looks...interesting. And it appeals on a level with my own projects (Since I "do" runit...). The problem is, unless you're using runit or s6 in some capacity I can't see how you'd use it. OpenRC's not really...supervision.
Re: Timers on runit Reply #5 – 04 September 2020, 12:25:38 OpenRC does have supervision, just not enabled by default. For an example, see /etc/init.d/mariadb-supervise from mariadb-openrc.
Re: Timers on runit Reply #6 – 23 September 2020, 13:20:39 Quote from: nous – on 03 September 2020, 19:14:51Darn, we should import snooze into our repos, yesterday.Agree, absolutely .
Re: Timers on runit Reply #7 – 23 September 2020, 15:43:00 Quote from: nous – on 03 September 2020, 19:14:51Darn, we should import snooze into our repos, yesterday.Ah I know who is the dev of that; he is a maintainer/dev at Voidlinux. He wrote/writes other stuff and they worked well Last Edit: 23 September 2020, 16:00:27 by ndowens 1 Likes
Re: Timers on runit Reply #8 – 23 September 2020, 16:11:33 Quote from: ndowens – on 23 September 2020, 15:43:00Ah I know who is the dev of that; he is a maintainer/dev at Voidlinux. He wrote/writes other stuff and they worked well Indeed
Re: Timers on runit Reply #9 – 24 September 2020, 08:25:31 What @MadScientist42 mentioned is correct.OpenRC does not offer processes supervising the way that Runit or s6 do, Runit and s6 supervisors all processes straight forward, versus OpenRC where the supervisor is still experimental
Re: Timers on runit Reply #10 – 27 October 2020, 23:57:12 Snooze has been added in community (galaxy) repo.I am closing this issue.