Commit Graph

8 Commits

Author SHA1 Message Date
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