collabora-online/debian/coolwsd.preinst

11 lines
169 B
Bash

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