Fix 'Remove unused paths in modules'
This commit is contained in:
parent
1c756379fb
commit
d2e203918b
@ -52,6 +52,7 @@ in {
|
|||||||
|
|
||||||
systemd.services.clightning =
|
systemd.services.clightning =
|
||||||
{ description = "Run clightningd";
|
{ description = "Run clightningd";
|
||||||
|
path = [ pkgs.bitcoin ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
requires = [ "bitcoind.service" ];
|
requires = [ "bitcoind.service" ];
|
||||||
after = [ "bitcoind.service" ];
|
after = [ "bitcoind.service" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user