mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-12 15:43:23 +02:00
Adjust RPM scriptlets to work on RHEL-flavour OSes, too.
This commit is contained in:
parent
7a7e7ca359
commit
88586c8f86
4 changed files with 4 additions and 4 deletions
scripts
|
@ -2,7 +2,7 @@
|
|||
set -e
|
||||
|
||||
# Stop systemd service
|
||||
if [ -d /run/systemd/system ] && [ "$1" = remove ]; then
|
||||
if [ -d /run/systemd/system ] && ( [ "$1" = remove ] || [ "$1" = "0" ] ); then
|
||||
echo "Stopping ntfy.service ..."
|
||||
if [ -x /usr/bin/deb-systemd-invoke ]; then
|
||||
deb-systemd-invoke stop 'ntfy.service' >/dev/null || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue