Removes SyncServersOnBoot configuration option and requires that servers are synced when the daemon boots

This commit is contained in:
Matthew Penner
2020-04-10 12:15:46 -06:00
parent 2278347b4c
commit e719c67e0b
3 changed files with 6 additions and 15 deletions

View File

@@ -82,11 +82,6 @@ type SystemConfiguration struct {
Gid int
}
// Determines whether or not server data should be synced when the Daemon is started.
// If set to false, data will only be synced when a server process is started, or
// detected as started when booting.
SyncServersOnBoot bool `default:"true" yaml:"sync_servers_on_boot"`
// The path to the system's timezone file that will be mounted into running Docker containers.
TimezonePath string `yaml:"timezone_path"`