Control: tag -1 upstream

Martin Pitt [2015-12-18  9:06 +0100]:
> Apparently 228 (or perhaps 227) changed behaviour so that
> ifup@.service always gets stopped, even if they have
> DefaultDependencies=no and thus no Conflicts=shutdown.target.

This applies to any instantiated unit apparenlty. Easily reproducible
in nspawn with

cat <<EOF > /etc/systemd/system/letmelive@.service
[Unit]
Description=@@@@@@@@@@@@@@@@@@@ Let me live %i
DefaultDependencies=no

[Service]
RemainAfterExit=yes
StandardOutput=journal+console
ExecStart=/bin/true
ExecStop=/usr/bin/touch /nooooooo
ExecStop=/bin/echo "!!!!!!!!!!! I GOT KILLED !!!!!!!!!!!!!"
EOF
systemctl daemon-reload
systemctl start letmelive@1.service

and then reboot -- you will see that letmelive@1 gets stopped.

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)

Attachment: signature.asc
Description: Digital signature

Reply via email to