- Add docs/README.md with project overview and current status - Add docs/architecture.md with detailed architecture documentation - Add docs/development.md with development guide for contributors - Update .notes/todo.md to reflect architecture fix completion - Update .notes/plan.md with completed phases and next priorities Architecture fixes (daemon and dbus), bubblewrap integration are now complete. Ready for OCI integration phase.
12 lines
No EOL
237 B
SYSTEMD
12 lines
No EOL
237 B
SYSTEMD
[Unit]
|
|
Description=Weekly apt-ostree Usage Reporting
|
|
Documentation=man:apt-ostree-countme.timer(8)
|
|
Requires=apt-ostree-countme.service
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
RandomizedDelaySec=86400
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |