Fix 'Remove unused paths in modules'
This commit is contained in:
parent
1c756379fb
commit
d2e203918b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue