remove wants & after to not block provision

This commit is contained in:
rootzoll
2021-05-25 12:49:10 -05:00
parent 04ddcc742b
commit 0b7720328d

View File

@@ -1,11 +1,10 @@
# RaspiBlitz: systemd unit for bitcoind
# wants & after will be set after intial setup
[Unit]
Description=Bitcoin daemon
Wants=bootstrap.service
After=bootstrap.service
# for use with sendmail alert (coming soon)
# for use with sendmail alert
#OnFailure=systemd-sendmail@%n
[Service]