mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 14:32:24 -04:00
15 lines
334 B
Desktop File
15 lines
334 B
Desktop File
[Unit]
|
|
Description=Pull and build ASB from source
|
|
Wants=pull-and-build-asb.timer
|
|
OnFailure=unit-status-email@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/var/external/asb/xmr-btc-swap
|
|
ExecStartPre=git pull
|
|
ExecStart=/home/asb/.cargo/bin/cargo build --release --bin asb
|
|
User=asb
|
|
Group=asb
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|