mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-26 09:28:13 +02:00
Changed /etc/init.d/rivendell to systemctl
This commit is contained in:
parent
52b3a54384
commit
75c7a21c7a
@ -151,7 +151,7 @@ ViewAdapters::ViewAdapters(RDStation *rdstation,QWidget *parent)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
text=tr("NO DATA AVAILABLE\n\n");
|
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);
|
text_edit->setText(text);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user