Add restartIfChanged option to lidarr-mb-gap service configuration

- Introduced the `restartIfChanged` option set to false in the lidarr-mb-gap NixOS module to control service restart behavior.
- This change enhances service management by preventing unnecessary restarts when configuration changes occur without affecting the service's operational state.
This commit is contained in:
Danilo Reyes
2026-02-06 09:10:40 -06:00
parent cc9521f7a4
commit f3ef69a038

View File

@@ -134,6 +134,7 @@ in
description = "Generate Lidarr MusicBrainz Gap Report";
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];
restartIfChanged = false;
serviceConfig = {
Type = "oneshot";