Fix memory deny write execute for nodejs services

This commit is contained in:
Jonas Nick
2019-04-28 13:15:16 +00:00
parent a089d65d25
commit d9533edad1
4 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ in {
User = "clightning";
Restart = "on-failure";
RestartSec = "10s";
} // nix-bitcoin-services.defaultHardening;
} // nix-bitcoin-services.nodeHardening;
};
};
}