We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5256319 commit dfdd434Copy full SHA for dfdd434
service/src/main.c
@@ -12,6 +12,7 @@ int main()
12
13
service.daemon_pid = 0;
14
service.daemon_version = NULL;
15
+ service.power_paused = false;
16
17
log_init(LOG_NAME);
18
INFO("Starting up...");
0 commit comments