Files
RedBear-OS/config
vasilito b7ec7f42e7 config: fix /var/log and /var/run permissions; remove invalid rtcd uid field
- /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.
2026-06-09 03:31:55 +03:00
..
2026-05-07 04:35:57 +01:00