diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-30 23:04:18 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-30 23:04:18 -0700 |
commit | 3f06b3c370389790d46b07bf86da84f664901fde (patch) | |
tree | d1ab55f4331535c07d07590af883e04aebeab40c /home | |
parent | df72e078a5f30fe14523ff542a8c1439856e4557 (diff) |
switch to use monerod systemd service
Diffstat (limited to 'home')
-rwxr-xr-x | home/xyz/.local/bin/xmr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/xmr b/home/xyz/.local/bin/xmr index e0516b9a..7bd33692 100755 --- a/home/xyz/.local/bin/xmr +++ b/home/xyz/.local/bin/xmr @@ -1,4 +1,3 @@ #!/bin/sh -pidof -q monerod || alacritty -e monerod monero-wallet-cli --config-file="$HOME/.bitmonero/monero-wallet-cli.conf" |