mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
Fix syntax bitcoind service
This commit is contained in:
parent
cbcb50c01e
commit
2b257cb568
2 changed files with 4 additions and 8 deletions
|
@ -1,10 +1,8 @@
|
|||
# RaspiBlitz: systemd unit for bitcoind
|
||||
# edit final Wants/After when provision is done
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Unit]
|
||||
Description=Bitcoin-Daemon
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
# for use with sendmail alert
|
||||
#OnFailure=systemd-sendmail@%n
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
# RaspiBlitz: systemd unit for bitcoind
|
||||
# edit final Wants/After when provision is done
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
[Unit]
|
||||
Description=Litecoin-Daemon
|
||||
Wants=network.target
|
||||
After=network.target
|
||||
|
||||
# for use with sendmail alert (coming soon)
|
||||
#OnFailure=systemd-sendmail@%n
|
||||
|
|
Loading…
Add table
Reference in a new issue