mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-17 16:46:49 +00:00
NixOS: disable stopIfChanged
This commit is contained in:
@@ -13,6 +13,7 @@ lib.recursiveUpdate
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
environment = secrets.systemdEnvironment;
|
||||
stopIfChanged = false;
|
||||
serviceConfig = {
|
||||
LoadCredential = secrets.systemdLoadCredentials;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user