summaryrefslogtreecommitdiff
path: root/linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/prerm
blob: b9a5971771b1e1df46a91ecd8c64ff04fc1287b3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
set -e

# Stop associated services before files are removed
systemctl stop fs-spring-boot-kamal || true

# prerm script must exit with 0
exit 0