cl-rest: rename pkg to clightning-rest

This commit is contained in:
Erik Arvstedt 2022-05-01 15:52:30 +02:00
parent e31e5788b2
commit c30aa33c15
No known key found for this signature in database
GPG key ID: 33312B944DD97846
7 changed files with 2 additions and 2 deletions

View file

@ -248,7 +248,7 @@ in {
StateDirectory = "cl-rest";
# cl-rest reads the config file from the working directory
WorkingDirectory = cl-rest.dataDir;
ExecStart = "${nbPkgs.cl-rest}/bin/cl-rest";
ExecStart = "${nbPkgs.clightning-rest}/bin/cl-rest";
# Show "cl-rest" instead of "node" in the journal
SyslogIdentifier = "cl-rest";
User = cfg.user;