dboxinfo: allow to show "neutrino uptime"

Origin commit data
------------------
Branch: ni/coolstream
Commit: a98f94621a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-12-26 (Tue, 26 Dec 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-12-26 22:58:37 +01:00
committed by vanhofen
parent 725a69916a
commit abfd7f3155
4 changed files with 14 additions and 1 deletions

View File

@@ -2378,6 +2378,8 @@ bool is_wakeup()
int CNeutrinoApp::run(int argc, char **argv)
{
neutrino_start_time = time_monotonic();
puts("[neutrino] executing " NEUTRINO_APP_START_SCRIPT ".");
if (my_system(NEUTRINO_APP_START_SCRIPT) != 0)
perror(NEUTRINO_APP_START_SCRIPT " failed");