mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
systemd: wait until network is up
Prevents error when launching with bind-addr.
This commit is contained in:
parent
d9db9dc1ae
commit
b95e10c354
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
Description=C-Lightning daemon
|
||||
Requires=bitcoind.service
|
||||
After=bitcoind.service
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/lightningd --daemon --conf /etc/lightningd/lightningd.conf --pid-file=/run/lightningd/lightningd.pid
|
||||
|
|
Loading…
Add table
Reference in a new issue