12 Commits

Author SHA1 Message Date
Daniel Karzel
35f206ca12 asb uses binary, asb staging services
Upgrading the asb by using latest release through GitHub API
Pull and build service can be used for staging.
2021-03-23 10:04:16 +11:00
Daniel Karzel
9c1cd794dd Fix asb name changes 2021-03-10 22:53:50 +11:00
Daniel Karzel
a22a975a4c Run bitcoind as simple to see logs in journalctl
Remove pid file
prevent from logging timestamps
2021-03-10 10:40:31 +11:00
Daniel Karzel
8f0b878204 bitcoind service 2021-03-09 17:52:25 +11:00
Daniel Karzel
cfb885c49e more cleanup 2021-03-09 17:35:00 +11:00
Daniel Karzel
70a90241cc Rename, log to journal, monerod service 2021-03-09 17:20:58 +11:00
Daniel Karzel
f87bdca3ec fix timer 2021-02-25 11:57:08 +11:00
Daniel Karzel
fbbae0eebd Switch from After to Required
start-asb.service should not start up if start-monero-wallet-rpc.service failed on startup.
This dependency is better expressed with Requires than with After because Requires will not start the unit upon failure of the required one.
2021-02-24 12:14:34 +11:00
Daniel Karzel
fbd0eb7548 Send emails OnFailure through dedicated service
The unit-status-email@.service allows being triggered through multiple services with @.
Note that everything after the @ is passed to the unit-status-email@.service as parameter.
We pass the complete service name OnFailure using %n.
The parameter can then be accessed by %i within the unit-status-email@.service.
Hence, to pass the service name to our email script for processing we use %i within unit-status-email@.service.
2021-02-24 12:12:38 +11:00
Daniel Karzel
85704d18f8 Combine stdout and stderr into one logfile 2021-02-24 10:14:27 +11:00
Daniel Karzel
0ebc9a79c7 Systemd service files and readme 2021-02-22 22:42:12 +11:00
Daniel Karzel
915026eb4d Systemd service files and readme 2021-02-22 21:59:02 +11:00