Ignore:
Timestamp:
Jul 7, 2015 12:23:22 PM (9 years ago)
Author:
maronga
Message:

added new palm watchdog, removed old nc2vdf scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/mrungui/mainwindow.cpp

    r1047 r1611  
    1818// Current revisions:
    1919// -----------------
     20// Added routine start_watchdog.
    2021//
    2122// Former revisions:
     
    12631264    out << tmptime + " " + mrunline;
    12641265    file.close();
     1266
     1267    return 0;
     1268}
     1269
     1270//****************************************************************************//
     1271//  Start watchdog (palm_wd)
     1272int MainWindow::start_watchdog()
     1273{
     1274    system("nohup palm_wd >> /dev/null 2>&1 &");
    12651275
    12661276    return 0;
Note: See TracChangeset for help on using the changeset viewer.