robclark56 / RaspiBolt-Extras

More Ways to Use The RaspiBolt
MIT License
21 stars 8 forks source link

RTL systemctl exiting #10

Open xianglo opened 5 years ago

xianglo commented 5 years ago

Anyone have any insights on getting RTL to wait for lnd and start after? here is my conf:

Raspibolt RTL: systemd unit for RTL

/etc/systemd/system/RTL.service

[Unit] Description=RTL daemon Wants=lnd.service After=lnd.service

[Service] ExecStart=/usr/bin/node /home/admin/RTL/rtl User=admin Restart=always TimeoutSec=120 RestartSec=30

[Install] WantedBy=multi-user.target