xmr-btc-swap/docs/setup/asb/systemd/asb-upgrade.service
Daniel Karzel 35f206ca12 asb uses binary, asb staging services
Upgrading the asb by using latest release through GitHub API
Pull and build service can be used for staging.
2021-03-23 10:04:16 +11:00

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