HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux bsx-1-dev 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/debhelper/autoscripts/postrm-systemd-user-reload-only
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
	# We reload user instances asynchronously here, as it's after a removal so
	# it doesn't need to block until it completes, and we cannot rely on D-Bus
	# being available as dbus-user-session is not a mandatory dependency
	deb-systemd-invoke --user --no-dbus daemon-reload >/dev/null || true
fi