skarnet / s6-rc

A service manager for s6.
https://skarnet.org/software/s6-rc/
ISC License
119 stars 10 forks source link

Some specific service handling questions #6

Closed hongkongkiwi closed 3 years ago

hongkongkiwi commented 3 years ago

I have a couple of questions regarding services that I couldn't figure out.

I'm sure there are some clever ways to address my issues above, any ideas on how I could handle these cases?

skarnet commented 3 years ago

Those are really s6 questions, since they aren't about service dependencies and ordering, and only involve longruns. They are all addressed at the s6 level - but if you need to add a file to a s6 service directory, the same file will work in a s6-rc source definition directory for the longrun, so the answers work for s6-rc as well.

hongkongkiwi commented 3 years ago

Thanks for the suggestions! I will explore these. That helps a lot.

I didn't realise that finish could be used in this way, and didn't see s6-permafailon before.