From 75c7a21c7aea68464667f337b9c66d4ad7eaebdc Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Wed, 10 Oct 2018 19:21:39 -0700 Subject: [PATCH] Changed /etc/init.d/rivendell to systemctl --- rdadmin/view_adapters.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdadmin/view_adapters.cpp b/rdadmin/view_adapters.cpp index e3dba286..fdb06949 100644 --- a/rdadmin/view_adapters.cpp +++ b/rdadmin/view_adapters.cpp @@ -151,7 +151,7 @@ ViewAdapters::ViewAdapters(RDStation *rdstation,QWidget *parent) } else { text=tr("NO DATA AVAILABLE\n\n"); - text+=tr("Please start the Rivendell daemons on this host (by executing, as user 'root', the command \"/etc/init.d/rivendell start\") in order to populate the audio resources database."); + text+=tr("Please start the Rivendell daemons on this host (by executing, as user 'root', the command \"systemctl start rivendell\") in order to populate the audio resources database."); } text_edit->setText(text);