weewx: bindsTo mount point
This commit is contained in:
parent
e207885add
commit
4323142b3d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ in
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
description = "WeeWX";
|
description = "WeeWX";
|
||||||
requires = [ "time-sync.target" "mosquitto.service" ] ++ mounts;
|
requires = [ "time-sync.target" "mosquitto.service" ];
|
||||||
|
bindsTo = mounts;
|
||||||
after = [ "network-online.target" "time-sync.target" "mosquitto.service" ] ++ mounts;
|
after = [ "network-online.target" "time-sync.target" "mosquitto.service" ] ++ mounts;
|
||||||
wants = [ "network-online.target" ];
|
wants = [ "network-online.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Reference in a new issue