mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-08 10:26:06 +00:00
postrm - remove service
This commit is contained in:
@@ -5,4 +5,9 @@ if [[ -d /etc/fastapi-dls ]]; then
|
|||||||
rm -r /etc/fastapi-dls
|
rm -r /etc/fastapi-dls
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -f /etc/systemd/system/fastapi-dls.service ]]; then
|
||||||
|
echo "> Removing service file."
|
||||||
|
rm /etc/systemd/system/fastapi-dls.service
|
||||||
|
fi
|
||||||
|
|
||||||
# todo
|
# todo
|
||||||
|
|||||||
Reference in New Issue
Block a user