#!/bin/sh
systemctl stop duplicati-agent 2>/dev/null || true
exit 0