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