()
| 1670 | } |
| 1671 | |
| 1672 | func restartRequiredConfigLifecycle() configMutationLifecycle { |
| 1673 | return configMutationLifecycle{ |
| 1674 | Lifecycle: string(contract.SettingsApplyLifecycleRestartRequired), |
| 1675 | RestartRequired: true, |
| 1676 | RestartScope: configDaemonKey, |
| 1677 | NextAction: string(contract.SettingsApplyNextActionRestartDaemon), |
| 1678 | } |
| 1679 | } |
| 1680 | |
| 1681 | const configPathSandboxes = "sandboxes" |
| 1682 |
no outgoing calls
no test coverage detected