#!/bin/sh

if update-service --check "dt-async-dmove"; then
    true
else
    update-service --add "/etc/sv/dt-async-dmove" || true
fi

chmod 777 /var/lib/dt-async-dmove
