mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-13 18:04:31 -05:00
16 lines
334 B
Desktop File
16 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
|