mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
systemd: wait until network is up
Prevents error when launching with bind-addr.
This commit is contained in:
parent
d9db9dc1ae
commit
b95e10c354
@ -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…
Reference in New Issue
Block a user