xmr-btc-swap/docs/setup/asb/systemd/restart-asb.service
2021-02-22 22:42:12 +11:00

12 lines
310 B
Desktop File

[Unit]
Description=Restart ASB service
After=watch-asb-binary-change.path
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl restart start-asb.service
ExecStopPost=/bin/sh -c 'if [ "$$EXIT_STATUS" -ne 0 ]; then /usr/local/bin/systemd-email.sh daniel@coblox.tech %n; fi'
[Install]
WantedBy=multi-user.target