Issues with machines restart policy

So I did fly machines update 91857293c74328 to see if there were any options to set the restart policy and it automatically showed me these changes to the config:


  	... // 10 identical lines
  			"fly_release_version": "1"
  		},
- 		"restart": {},
+ 		"restart": {
+ 			"policy": "always"
+ 		},
  		"services": [
  			{}
  	... // 3 identical lines
  			"cpus": 1,
  			"memory_mb": 256
- 		}
+ 		},
+ 		"dns": {}
  	}
  	

So I accepted.

It’s a bit weird this isn’t the default though?

Now I have to do this for like 10 more machines…