Comment 22 for bug 1835114

Revision history for this message
Balint Reczey (rbalint) wrote :

@seth-arnold The daemon-reload is added automatically by debhelper:

...
# Automatically added by dh_systemd_start/11.1.6ubuntu2
if [ -d /run/systemd/system ]; then
 systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
...

Since it is also added to the postinst script that one is obsolete, indeed.