We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae5f30 commit c40cb7dCopy full SHA for c40cb7d
cmd/cloudflared/updater/update.go
@@ -202,7 +202,6 @@ func (a *AutoUpdater) Run(ctx context.Context) error {
202
if a.configurable.enabled {
203
updateOutcome := loggedUpdate(a.logger, updateOptions{})
204
if updateOutcome.Updated {
205
- os.Args = append(os.Args, "--is-autoupdated=true")
206
if IsSysV() {
207
// SysV doesn't have a mechanism to keep service alive, we have to restart the process
208
a.logger.Info("Restarting service managed by SysV...")
0 commit comments