mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-11-03 15:20:22 +01:00
postrm - remove service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user