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 =
|
||||
{ description = "Run clightningd";
|
||||
path = [ pkgs.bitcoin ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "bitcoind.service" ];
|
||||
after = [ "bitcoind.service" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue