diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 16:31:17 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-05-23 16:31:17 +0530 |
| commit | 3e152dd02b3d696d65700c7b39fe5f1e7d7e50ae (patch) | |
| tree | 3b2c1a76aea3c5afd8bbdbb7ebdfc4232f0da8e0 /linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/postrm | |
| parent | 849a23ebf231e66560e6b1d88059645be0d73c08 (diff) | |
Fixed deb package postrm and prerm scripts
Diffstat (limited to 'linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/postrm')
| -rwxr-xr-x | linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/postrm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/postrm b/linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/postrm index 459771a..81484c0 100755 --- a/linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/postrm +++ b/linux/deb/02-fs-spring-boot-kamal/package/DEBIAN/postrm @@ -11,6 +11,9 @@ fi #fi +# Reload systemd service configuration files. +systemctl daemon-reload + # postrm script must exit with 0 exit 0 |
