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