mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-12 17:38:48 +00:00
postrm - remove service
This commit is contained in:
parent
a08261f7cd
commit
db412c6a43
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user