mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 06:07:47 +02:00
systemd dependencies
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# wants & after will be set after intial setup
|
||||
|
||||
[Unit]
|
||||
Description=Bitcoin daemon
|
||||
Description=Bitcoin-Daemon
|
||||
|
||||
# for use with sendmail alert
|
||||
#OnFailure=systemd-sendmail@%n
|
||||
|
@@ -1,7 +1,8 @@
|
||||
# RaspiBlitz: systemd unit for bitcoind
|
||||
# wants & after will be set after intial setup
|
||||
|
||||
[Unit]
|
||||
Description=Litecoin daemon
|
||||
Wants=bootstrap.service
|
||||
After=bootstrap.service
|
||||
Description=Litecoin-Daemon
|
||||
|
||||
# for use with sendmail alert (coming soon)
|
||||
#OnFailure=systemd-sendmail@%n
|
||||
|
Reference in New Issue
Block a user