[opensuse-packaging] run-one-*
Hi packagers, are there any Scripts packaged like the run-one-* here: http://blog.dustinkirkland.com/2013/09/introducing-run-one-constantly-run-on... -- Michael Riess -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Fri, 13 Sep 2013 16:22, Michael Riess <riessmi@...> wrote:
Hi packagers,
are there any Scripts packaged like the run-one-* here: http://blog.dustinkirkland.com/2013/09/introducing-run-one-constantly-run-on...
Since yesterday, by D.Haller: https://build.opensuse.org/package/show/home:dnh/run-one Was announced here on this list AFAICR. - Yamaban. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Friday 2013-09-13 16:33, Yamaban wrote:
On Fri, 13 Sep 2013 16:22, Michael Riess <riessmi@...> wrote:
Hi packagers,
are there any Scripts packaged like the run-one-* here: http://blog.dustinkirkland.com/2013/09/introducing-run-one-constantly-run-on...
https://build.opensuse.org/package/show/home:dnh/run-one Was announced here on this list AFAICR.
Well, you can do {run-one-constantly, run-one-until-{success,failure}} with systemd units today, as it the unit files provide for restart semantics - and systemd can be run as user. I would not be surprised if the rest is replicatable with units too, after all, systemd has some cron-ish functionality already I hear. Combine that with systemd-run to create units on the fly... you see where this is going ;) -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Fri, 13 Sep 2013 17:40, Jan Engelhardt <jengelh@...> wrote:
On Friday 2013-09-13 16:33, Yamaban wrote:
On Fri, 13 Sep 2013 16:22, Michael Riess <riessmi@...> wrote:
Hi packagers,
are there any Scripts packaged like the run-one-* here: http://blog.dustinkirkland.com/2013/09/introducing-run-one-constantly-run-on...
https://build.opensuse.org/package/show/home:dnh/run-one Was announced here on this list AFAICR.
Well, you can do {run-one-constantly, run-one-until-{success,failure}} with systemd units today, as it the unit files provide for restart semantics - and systemd can be run as user.
I would not be surprised if the rest is replicatable with units too, after all, systemd has some cron-ish functionality already I hear.
Combine that with systemd-run to create units on the fly... you see where this is going ;)
True for "root" or other "privileged" users with expirience. But for the mainstay user? -- I'd say systemd is a bit like artillery for sparrows. -- Possible maybe, but not the ideal tool. No, the 'fun' of these scripts is the point that even a non-privileged (e.g. guest) user can use them. Read the article carefully, also the linked 'prior' in the series. They are the EASY way to do such things without having to script it by yourself. Esp. for newbies a great help, less error prone that way. - Yamaban. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Friday 2013-09-13 17:55, Yamaban wrote:
Well, you can do {run-one-constantly, run-one-until-{success,failure}} with systemd units today, as it the unit files provide for restart semantics - and systemd can be run as user.
I would not be surprised if the rest is replicatable with units too, after all, systemd has some cron-ish functionality already I hear.
Combine that with systemd-run to create units on the fly... you see where this is going ;)
True for "root" or other "privileged" users with expirience.
systemd does have a user mode.. I would not be surprised if "soon" there is one instance running for each logged-in user. Did I not hear GNOME was eyeing it as a desktop process manager? -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Le samedi 14 septembre 2013 à 19:28 +0200, Jan Engelhardt a écrit :
On Friday 2013-09-13 17:55, Yamaban wrote:
Well, you can do {run-one-constantly, run-one-until-{success,failure}} with systemd units today, as it the unit files provide for restart semantics - and systemd can be run as user.
I would not be surprised if the rest is replicatable with units too, after all, systemd has some cron-ish functionality already I hear.
Combine that with systemd-run to create units on the fly... you see where this is going ;)
True for "root" or other "privileged" users with expirience.
systemd does have a user mode.. I would not be surprised if "soon" there is one instance running for each logged-in user. Did I not hear GNOME was eyeing it as a desktop process manager?
This is a mid-term goal, but systemd folks will only start investing on that once they have finished their work on kdbus (which will be a requirement). -- Frederic Crozat <fcrozat@suse.com> SUSE -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (4)
-
Frederic Crozat
-
Jan Engelhardt
-
Michael Riess
-
Yamaban