mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2022-12-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'ServiceStartDelay=' directive to the '[Tuning]' section of rd.conf(5). * Added 'sound.target' to the 'After=' directive in 'systemd/rivendell.service.in'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <qhostaddress.h>
|
||||
#include <qstring.h>
|
||||
#include <QHostAddress>
|
||||
#include <QString>
|
||||
|
||||
#include <rd.h>
|
||||
|
||||
@@ -123,6 +123,7 @@ class RDConfig
|
||||
int transcodingDelay() const;
|
||||
int serviceTimeout() const;
|
||||
QString tempDirectory();
|
||||
int serviceStartupDelay() const;
|
||||
QString sasStation() const;
|
||||
int sasMatrix() const;
|
||||
unsigned sasBaseCart() const;
|
||||
@@ -208,6 +209,7 @@ class RDConfig
|
||||
int conf_realtime_priority;
|
||||
int conf_service_timeout;
|
||||
QString conf_temp_directory;
|
||||
int conf_service_startup_delay;
|
||||
QString conf_sas_station;
|
||||
int conf_sas_matrix;
|
||||
unsigned conf_sas_base_cart;
|
||||
|
||||
Reference in New Issue
Block a user