
21 Feb
2022
21 Feb
'22
1:05 p.m.
On Sat, 19 Feb 2022 15:36:41 +1300, I wrote:
[Unit] Description=Set the battery charge threshold After=multi-user.target
Actually, I think this “After=” line should be removed. The reason is that
[Install] WantedBy=multi-user.target
this line means that the “multi-user” target is not fully reached until this particular service has started (which is the standard way to install your service into the multi-user state). Whereas “After=” indicates an ordering the other way round.