Merge #113: Simplify clightning preStart
67a464d097Mention problems with hardened kernel and NUCs in README (Jonas Nick)7771a4c931Refer to systemd man pages for hardening options (Jonas Nick)a5e10a82d8Simplify clightning preStart (Jonas Nick) Pull request description: CC @cypherpunk2140 Top commit has no ACKs. Tree-SHA512: aa726f29e499cc268b21cac8cd07617be591cfdaa89dd0495cb979ebd3e49cc01164af25924c554429a1d35d14167dea276f7d61877452b69f027143cc3eee97
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# See `man systemd.exec` and `man systemd.resource-control` for an explanation
|
||||
# of the various systemd options available through this module.
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
@@ -42,6 +45,3 @@ in
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user