blob: 6dab9cbcc76cd5d001115414b00331ca5eedd7bd [file] [log] [blame]
#include <cstdlib>
#include <sdbusplus/bus.hpp>
#include <phosphor-logging/log.hpp>
using namespace phosphor::logging;
int main(int argc, char *argv[])
{
log<level::INFO>("Check if host is running");
// Setup Signal Handler
// Initiate heartbeat command
// Wait for signal
// If host running then create file
return 0;
}