mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-10 00:18:47 +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
|
||||
fi
|
||||
|
||||
if [[ -f /etc/systemd/system/fastapi-dls.service ]]; then
|
||||
echo "> Removing service file."
|
||||
rm /etc/systemd/system/fastapi-dls.service
|
||||
fi
|
||||
|
||||
# todo
|
||||
|
Loading…
Reference in New Issue
Block a user