infra
infra copied to clipboard
Manage start command in envd
Right now the start cmd is managed by systemd. This PR changed it so it is managed by envd which allows us better control over it and also allows integration with logging.
Tasks
- [ ] Handle/communicate that the start cmd will be started during build without internet now
- [x] Modify old start cmd log handlers in SDKs
- [x] Permissions bug - use root for the start command
- [x] Fix start cmd not starting jupyter server (waiting...)