test
This commit is contained in:
parent
f438e91bc5
commit
91f3afee93
1 changed files with 2 additions and 1 deletions
|
@ -65,13 +65,14 @@
|
||||||
"get-theme-times" = {
|
"get-theme-times" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
partOf = [ "get-theme-times.service" ];
|
partOf = [ "get-theme-times.service" ];
|
||||||
timerConfig.OnCalendar = ["1 hour"];
|
timerConfig.OnCalendar = ["2min"];
|
||||||
timerConfig.OnBootSec= [ "2min" ];
|
timerConfig.OnBootSec= [ "2min" ];
|
||||||
};
|
};
|
||||||
"set-theme" = {
|
"set-theme" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
partOf = [ "set-theme.service" ];
|
partOf = [ "set-theme.service" ];
|
||||||
timerConfig.OnCalendar = [ "*:0..59" ];
|
timerConfig.OnCalendar = [ "*:0..59" ];
|
||||||
|
timerConfig.OnUnitActiveSec = "1min";
|
||||||
timerConfig.OnBootSec= [ "3min" ];
|
timerConfig.OnBootSec= [ "3min" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue