Files
fastapi-dls/DEBIAN/postrm
T

9 lines
161 B
Bash
Raw Normal View History

#!/bin/bash
2022-12-28 07:16:34 +01:00
if [[ -f /etc/systemd/system/fastapi-dls.service ]]; then
echo "> Removing service file."
rm /etc/systemd/system/fastapi-dls.service
fi
# todo