Отключено сообщение о запускаемой/останавливаемой службе

calculate-0.1.3
parent 4f22b915bf
commit a2683bffa4

@ -85,7 +85,7 @@ int commandf(const char* cmd, ...)
bool ply_message(const char* hook, const char* name)
{
return (commandf("/bin/plymouth message --text=\"%s %s\"", hook, name) == 0);
return true;
}
@ -145,7 +145,8 @@ bool ply_start(int mode)
bool ply_update_status(int hook, const char* name)
{
return (commandf("/bin/plymouth update --status=%d-%s", hook, name) == 0);
//return (commandf("/bin/plymouth update --status=%d-%s", hook, name) == 0);
return true;
}

Loading…
Cancel
Save