···2020 LogDir string `env:"LOG_DIR, default=/var/log/spindle"`
2121 QueueSize int `env:"QUEUE_SIZE, default=100"`
2222 MaxJobCount int `env:"MAX_JOB_COUNT, default=2"` // max number of jobs that run at a time
2323+ MOTDFile string `env:"MOTD_FILE"` // optional path to custom MOTD file
2324}
24252526func (s Server) Did() syntax.DID {