Limit number of startup attempts for station frontend/backends.

This commit is contained in:
Buster Neece 2022-12-01 13:50:03 -06:00
parent 3932422bf3
commit 872d637ee3
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
1 changed files with 2 additions and 0 deletions

View File

@ -154,6 +154,8 @@ final class Configuration
$configLines = [
'user' => 'azuracast',
'priority' => 950,
'startsecs' => 10,
'startretries' => 5,
'command' => $adapter->getCommand($station),
'directory' => $station->getRadioConfigDir(),
'environment' => 'TZ="' . $station->getTimezone() . '"',