fix(genie): start before home-assistant
Genie needs to be running for Home Assistant ingeration to initialise properly.
This commit is contained in:
parent
dfdfe7708a
commit
d6e70f796d
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ in {
|
|||
systemd.services."${ociBackend}-genie" = {
|
||||
requires = [ "sound.target" ];
|
||||
after = [ "sound.target" ];
|
||||
before = [ "home-assistant.service" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue