test
This commit is contained in:
parent
aa02d6ce2d
commit
b7c67238ff
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
script = "curl wttr.in > /tmp/wttr.in";
|
script = "curl wttr.in > /tmp/wttr.in";
|
||||||
after = [ "networking-online.target" ];
|
after = [ "networking-online.target" ];
|
||||||
serviceConfig.Type = "oneshot";
|
serviceConfig.Type = "oneshot";
|
||||||
onSucces = [
|
onSuccess = [
|
||||||
"light-theme.service"
|
"light-theme.service"
|
||||||
"dark-theme.service"
|
"dark-theme.service"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue