postrm - remove service

This commit is contained in:
Oscar Krause 2022-12-28 07:16:34 +01:00
parent a08261f7cd
commit db412c6a43

View File

@ -5,4 +5,9 @@ if [[ -d /etc/fastapi-dls ]]; then
rm -r /etc/fastapi-dls
fi
if [[ -f /etc/systemd/system/fastapi-dls.service ]]; then
echo "> Removing service file."
rm /etc/systemd/system/fastapi-dls.service
fi
# todo