systemd dependencies

This commit is contained in:
rootzoll
2021-05-25 12:51:46 -05:00
parent 0b7720328d
commit d96f507c42
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# wants & after will be set after intial setup # wants & after will be set after intial setup
[Unit] [Unit]
Description=Bitcoin daemon Description=Bitcoin-Daemon
# for use with sendmail alert # for use with sendmail alert
#OnFailure=systemd-sendmail@%n #OnFailure=systemd-sendmail@%n

View File

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