mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-05 10:28:10 +02:00
Fix syntax bitcoind service
This commit is contained in:
parent
cbcb50c01e
commit
2b257cb568
home.admin/assets
@ -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…
x
Reference in New Issue
Block a user