mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
remove wants & after to not block provision
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
# RaspiBlitz: systemd unit for bitcoind
|
# RaspiBlitz: systemd unit for bitcoind
|
||||||
|
# wants & after will be set after intial setup
|
||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Bitcoin daemon
|
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
|
#OnFailure=systemd-sendmail@%n
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Reference in New Issue
Block a user