libreoffice-online/debian/loolwsd.preinst

10 lines
169 B
Bash
Executable file

#!/bin/sh
set -e
# Stop any running loolwsd process
if [ -d /run/systemd/system ]; then
deb-systemd-invoke stop loolwsd.service >/dev/null || true
fi
#DEBHELPER#