Project

General

Profile

« Previous | Next » 

Revision 3757af14

Added by Ewoud Kohl van Wijngaarden about 4 years ago

Fixes #29281 - Forcefully remove dynflowd.service

The dynflowd.service was removed in Foreman 2.0 by just dropping the
.service file which meansthe service keeps running.

View differences:

debian/bionic/foreman/foreman.postrm
#DEBHELPER#
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'dynflowd.service' >/dev/null || true
deb-systemd-helper unmask 'dynflowd.service' >/dev/null || true
fi
update-rc.d dynflowd remove >/dev/null
rm -f /etc/init.d/dynflowd /etc/default/dynflowd
exit 0

Also available in: Unified diff