Control: retitle -1 needrestart: ignores configuration file Hi!
On Thu, Jun 21, 2018 at 08:22:26PM +0200, Axel Beckert wrote: > But for some reason "qr(^wdm)" doesn't seem to match wdm.service > (anymore?) and it did by default restart wdm.service. > > I don't think, the change from "q(^wdm)" to "qr(^wdm)" could have > caused this, but I haven't found any other recent change. I just had the same probem (with sddm). The reason is that the configuration file is not correctly parsed anymore. The bug is in commit dd7f10172a7f6163b906b23297898ac1ac164210. The problem is that the last command in the block changed. So the return value of <$fh> is ignored and hence the entire configuration, too. Daniel

