Bug#805878: dh-systemd: dh_systemd_start --no-start --restart-after-upgrade causes the service to be started on install
Felipe Sateler
fsateler at debian.org
Mon Nov 23 14:34:47 GMT 2015
Package: dh-systemd
Version: 1.24
Severity: normal
Current autoscript has:
if [ -d /run/systemd/system ]; then
systemctl --system daemon-reload >/dev/null || true
if [ -n "$2" : ]; then
_dh_action=try-restart
else
_dh_action=start
fi
deb-systemd-invoke $_dh_action #UNITFILES# >/dev/null || true
fi
And this does not take into account that --no-start was passed. If it
was passed, then try-restart should always be used.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
Versions of packages dh-systemd depends on:
ii debhelper 9.20151117
ii perl 5.20.2-6
dh-systemd recommends no packages.
Versions of packages dh-systemd suggests:
ii augeas-tools 1.2.0-0.2
-- no debconf information
More information about the Pkg-systemd-maintainers
mailing list