mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-13 09:54:26 -05:00
15 lines
389 B
Desktop File
15 lines
389 B
Desktop File
[Unit]
|
|
Description=Run the automated swap backend
|
|
Requires=start-monero-wallet-rpc.service
|
|
OnFailure=unit-status-email@%n.service
|
|
|
|
[Service]
|
|
WorkingDirectory=/var/external/asb/xmr-btc-swap
|
|
ExecStart=/home/asb/.cargo/bin/cargo run --release --bin asb -- --config /var/external/asb/run/asb-config/config.toml start
|
|
Restart=on-failure
|
|
User=asb
|
|
Group=asb
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|