<div dir="ltr">Hello,<br><div><br></div><div>I already send this issue on the debian maintainers mailing list for systemd, but i think now this where not the place to.</div><div><br></div>It seem to me that look like to be a regression between debian 8 and 9 specifically on systemd version (from 215 to 232), but maybe have I miss a change in the release note ?<br><br>I experiment a different behaviour between the systemd version on jessieand stretch.<br>I have tested this setup on a debian jessie (x86 and armhf) and on a debianstretch (x86 and armhf)<br>On jessie my version of systemd is 215 (from repository)<br>On stretch my version of systemd is 232 (from repository)<br><br><br>I have the following systemd target :<br><br>sample-services.target<br>[Unit]<br>Description=A Sample Services Target<br>Requires=multi-user.target<br>After=multi-user.target<br><br>[Install]<br>WantedBy=multi-user.target<br><br>=== EOF ===<br><br>And the following service :<br><br>sample-services1.service<br>[Unit]<br>Description=A Sample service<br>After=network.target remote-fs.target nss-lookup.target<br>PartOf=sample-services.target<br><br>[Service]<br>Type=simple<br>ExecStart=/bin/sh -c 'echo Hello'<br><br><br>[Install]<br>WantedBy=multi-user.target<br><br>=== EOF ===<br><br>On a Debian 8 system and according to systemd manual, issuing a "systemctl restart" or "systemctl stop" on "sample-services.target" propagate action on "PartOf" services.<br>I use and validate this behaviour on a Debian 8 x86 and armhf.<br><br>The propagation of the "restart" action is no longer working on debian 9 system (x86 and armhf). "stop" action is still propagate.<br><br>I couldn't find any information about this difference of behaviour on systemd release note neither on the systemd debian bug tracker.<div><br></div>Have I misunderstood the manual, miss a release note or is this a regression ?<br><br>Thanks<br>Simon TropĂ©e<br></div>