Hi, Tomas Volf <~@wolfsden.cz> skribis:
> I guess it could be special-cased for start, stop, restart, since these > three do not take (by default) any arguments (I *think* you can make > `start' procedure taking arguments? I have never tried.). But for > general case, the `service2' is passed as an argument to the action > `restart' of service `service1'. I think we could special-case that on the client side (in ‘herd’) with something like: herd restart --batch s1 s2 s3 which would restart those services one after the other. WDYT? Ludo’.