mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-07 22:12:51 -04:00
Fix asb name changes
This commit is contained in:
parent
a22a975a4c
commit
9c1cd794dd
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Pull and build ASB from source
|
Description=Pull and build ASB from source
|
||||||
Wants=pull-and-build-asb.timer
|
Wants=asb-pull-and-build.timer
|
||||||
OnFailure=unit-status-email@%n.service
|
OnFailure=unit-status-email@%n.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Restart ASB service
|
Description=Restart ASB service
|
||||||
After=watch-asb-binary-change.path
|
After=asb-watch-binary-change.path
|
||||||
OnFailure=unit-status-email@%n.service
|
OnFailure=unit-status-email@%n.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/systemctl restart start-asb.service
|
ExecStart=/usr/bin/systemctl restart asb.service
|
||||||
# notify upon restart to know that the service was restarted
|
# notify upon restart to know that the service was restarted
|
||||||
ExecStartPost=/usr/bin/bash -c '/usr/local/bin/systemd-email.sh daniel@coblox.tech %n'
|
ExecStartPost=/usr/bin/bash -c '/usr/local/bin/systemd-email.sh daniel@coblox.tech %n'
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Path]
|
[Path]
|
||||||
Unit=restart-asb.service
|
Unit=asb-restart.service
|
||||||
PathChanged=/var/external/asb/xmr-btc-swap/target/release/asb
|
PathChanged=/var/external/asb/xmr-btc-swap/target/release/asb
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run the automated swap backend
|
Description=Run the automated swap backend
|
||||||
Requires=start-monero-wallet-rpc.service
|
Requires=monero-wallet-rpc.service
|
||||||
OnFailure=unit-status-email@%n.service
|
OnFailure=unit-status-email@%n.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue