b7ec7f42e7
- /var/log and /var/run: override base.toml's 0o755 (root-only write) to 0o1777 (sticky-bit world-writable) so log/run daemons running under non-root users (messagebus, etc.) can create files in them. - 00_rtcd.service: remove invalid uid=0 field. The init service parser uses serde(deny_unknown_fields) and only accepts cmd, args, envs, inherit_envs, type — uid caused 'unknown field uid' parse error.