- 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.
17 lines
No EOL
334 B
Desktop File
17 lines
No EOL
334 B
Desktop File
[Unit]
|
|
Description=apt-ostree System Management Daemon
|
|
Documentation=man:apt-ostree(1)
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/libexec/apt-ostreed
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
# Basic security settings (minimal for development)
|
|
NoNewPrivileges=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |