Increase aozora interval to once per 30 minutes
This commit is contained in:
parent
6e9023cd28
commit
29a969e895
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ in
|
|||
# Wait a few seconds before running to prevent no internet error on first start
|
||||
# TODO: make aozora wait blockingly for internet in --bar mode
|
||||
exec = "/run/current-system/sw/bin/sleep 3 && /etc/profiles/per-user/elnu/bin/aozora air-quality-in-lakewood-aw-341300 --bar 2> /dev/null";
|
||||
interval = 90;
|
||||
interval = 1800;
|
||||
};
|
||||
"module/filesystem" = {
|
||||
type = "internal/fs";
|
||||
|
|
Loading…
Add table
Reference in a new issue