mirror of
https://github.com/talaia-labs/rust-teos.git
synced 2026-08-13 12:33:22 +02:00
Updates teosd.service, adds tor link
This commit is contained in:
parent
0cf3d97523
commit
403044298f
2 changed files with 4 additions and 3 deletions
|
|
@ -1,8 +1,9 @@
|
|||
[Unit]
|
||||
Description=The Eye of Satoshi daemon
|
||||
After=bitcoind.service network.target
|
||||
Requires=bitcoind.service
|
||||
Wants=network.target
|
||||
After=bitcoind.service
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/teos/.cargo/bin/teosd
|
||||
|
|
|
|||
|
|
@ -158,7 +158,7 @@ async fn main() {
|
|||
_ => e.to_string(),
|
||||
};
|
||||
log::error!("Failed to connect to bitcoind. Error: {}", e_msg);
|
||||
return;
|
||||
std::process::exit(1);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue