You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both pebble exec (one-shot commands) and exec-type health checks have an optional working-dir argument, which allows you to specify the working directory the command runs in. Services, oddly, don't have this. We should add working-dir to the plan.Service struct here.
Then once --context is implemented (for one-shot commands and exec health checks) that would also be included in the context. See #125.
The text was updated successfully, but these errors were encountered:
This adds support for a "working-dir" option in the layered service
configuration, for starting a service in a specified working directory
(the default is still to start it in Pebble's working directory).
Fixes#158
Both
pebble exec
(one-shot commands) and exec-type health checks have an optionalworking-dir
argument, which allows you to specify the working directory the command runs in. Services, oddly, don't have this. We should addworking-dir
to the plan.Service struct here.Then once
--context
is implemented (for one-shot commands and exec health checks) that would also be included in the context. See #125.The text was updated successfully, but these errors were encountered: