You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xmr-btc-swap/docs/setup/asb/systemd/asb-upgrade.service

15 lines
287 B
INI

[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