diff --git a/main.c b/main.c index 1a6a8749..6a4c7e42 100644 --- a/main.c +++ b/main.c @@ -536,6 +536,9 @@ int main(int argc, char * argv[]) { other_min[i] = 1000.0; other_max[i] = -1000.0; } + + FILE * command_start = popen("sudo systemctl start command", "r"); + pclose(command_start); long int loopTime; loopTime = millis();