mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
made van weather start after HA
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
{
|
{
|
||||||
systemd.services.van-weather = {
|
systemd.services.van-weather = {
|
||||||
description = "Van Weather Service";
|
description = "Van Weather Service";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" "home-assistant.service" ];
|
||||||
|
requires = [ "home-assistant.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
Reference in New Issue
Block a user