mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 16:37:19 +09:00
`global` is needed only when assigning a new value to the global variable; it's not necessary when modifying a mutable object (in our case we just append items to the global list).