thingsboard/packaging/java/scripts/control/deb/postrm

8 lines
105 B
Plaintext
Raw Permalink Normal View History

2026-01-19 11:50:37 +08:00
#!/bin/sh
set -e
systemctl --no-reload disable --now ${pkg.name}.service > /dev/null 2>&1 || :
exit 0