User=0day considered harmful in systemd
User=0day considered harmful in systemd
Posted Jul 14, 2017 10:52 UTC (Fri) by dskoll (subscriber, #1630)In reply to: User=0day considered harmful in systemd by giggls
Parent article: User=0day considered harmful in systemd
In that case, those unit files should depend on the databases being started first and should be re-parsed at that time. It gets a bit ugly... you need to parse the unit files once to get dependencies and not care about unknown users at that point, but care about unknown users when you actually go to start the service. I think it's manageable, though.