Merge pull request #171264 from NixOS/nebula-always-restart

nixos/nebula: Always restart
This commit is contained in:
Niklas Hambüchen 2022-05-19 14:05:49 +02:00 committed by GitHub
commit 23aee34b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,6 +192,7 @@ in
Group = networkId;
})
];
unitConfig.StartLimitIntervalSec = 0; # ensure Restart=always is always honoured (networks can go down for arbitrarily long)
};
}) enabledNetworks);