mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
systemd dependencies
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user