<div dir="ltr"><div>Hello,</div><div><br></div><div>I'm not sur that I report the issue/bug on the correct mailing list, it's look like to be a regression between debian 8 and 9 specifically on systemd version.<br></div><div><br></div><div>I experiment a different behaviour between the systemd version on jessie and stretch.</div><div>I have tested this setup on a debian jessie (x86 and armhf) and on a debian stretch (x86 and armhf)<br></div><div>On jessie my version of systemd is 215 (from repository)<br></div><div><div>On stretch my version of systemd is 232 (from repository)<br></div><div><br></div></div><div><br></div><div>I have the following systemd target :</div><div><br></div><div>sample-services.target<br></div><div>[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></div><div>=== EOF ===</div><div><br></div><div>And the following service :</div><div><br></div><div>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></div><div>=== EOF ===</div><div><br></div><div>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></div><div>I use and validate this behaviour on a Debian 8 x86 and armhf.</div><div><br></div><div>The propagation of the "restart" action is no longer working on debian 9 system (x86 and armhf). "stop" action is still propagate.<br></div><div><br></div><div>I couldn't find any information about this difference of behaviour on systemd release note neither on the systemd debian bug tracker.</div><div><br></div><div>Should I submit a bug report to the debian bug tracker or post this issue directly to the systemd bug tracker ? <br></div><div><br></div><div>Thanks</div><div>Simon TropĂ©e<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>