Have a task run multiple times? #239
hongkongkiwi
started this conversation in
General
Replies: 1 comment 10 replies
-
Hmm, very interesting, let me get back to you on that one. I'll write a test case and play around with it a bit, maybe it already works ... |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking to emulate something like ifup/ifdown functionality with finit. So I would like to run a task everytime a signal is set (e.g. the net/eth0/up signal)
From my understanding, tasks only run once and then if they have success they do not run again ? (is that correct?)
Is it worth adding a issue/feature request so that a task can run repeatedly everytime the signal is triggered? (I guess it would be something like repeat:yes ?)
Beta Was this translation helpful? Give feedback.
All reactions