mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 04:37:19 +02:00
remove wants & after to not block provision
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user