mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-13 01:59:47 -04:00

Upgrading the asb by using latest release through GitHub API Pull and build service can be used for staging.
14 lines
287 B
Desktop File
14 lines
287 B
Desktop File
[Unit]
|
|
Description=Pull and build ASB from source
|
|
Wants=asb-pull-and-build.timer
|
|
OnFailure=unit-status-email@%n.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
WorkingDirectory=/var/external/asb/bin
|
|
ExecStart=/var/external/asb/bin/asb-upgrade.sh
|
|
User=asb
|
|
Group=asb
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|