mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
Add ConfigurationDirectory
Add ConfigurationDirectory for `/etc/lightningd ` as well.
This commit is contained in:
parent
a7ce03bae6
commit
87bab2b851
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ ExecStart=/usr/bin/lightningd --daemon --conf /etc/lightningd/lightningd.conf --
|
||||||
|
|
||||||
# Creates /run/lightningd owned by bitcoin
|
# Creates /run/lightningd owned by bitcoin
|
||||||
RuntimeDirectory=lightningd
|
RuntimeDirectory=lightningd
|
||||||
|
# Creates /etc/lightningd owned by bitcoin
|
||||||
|
ConfigurationDirectory=lightningd
|
||||||
|
|
||||||
User=bitcoin
|
User=bitcoin
|
||||||
Group=bitcoin
|
Group=bitcoin
|
||||||
|
|
Loading…
Add table
Reference in a new issue