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