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:
@@ -134,6 +134,7 @@ in
|
|||||||
description = "Generate Lidarr MusicBrainz Gap Report";
|
description = "Generate Lidarr MusicBrainz Gap Report";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
restartIfChanged = false;
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
|
|||||||
Reference in New Issue
Block a user