fix(ntfy-notify): use --from-config flag for multi-topic subscribe #4
@@ -71,7 +71,7 @@ in
|
|||||||
};
|
};
|
||||||
Service = {
|
Service = {
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
ExecStart = "${pkgs.ntfy-sh}/bin/ntfy subscribe";
|
ExecStart = "${pkgs.ntfy-sh}/bin/ntfy subscribe --from-config";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
RestartSec = 10;
|
RestartSec = 10;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user