particle-os-tools/src/apt-layer/config/maintenance.json
robojerk 74c7bede5f Initial commit: Particle-OS tools repository
- Complete Particle-OS rebranding from uBlue-OS
- Professional installation system with standardized paths
- Self-initialization system with --init and --reset commands
- Enhanced error messages and dependency checking
- Comprehensive testing infrastructure
- All source scriptlets updated with runtime improvements
- Clean codebase with redundant files moved to archive
- Complete documentation suite
2025-07-11 21:14:33 -07:00

7 lines
No EOL
191 B
JSON

{
"retention_days": 30,
"keep_recent": 2,
"deployments_dir": "/var/lib/ubuntu-ublue/deployments",
"logs_dir": "/var/log/apt-layer",
"backups_dir": "/var/lib/ubuntu-ublue/backups"
}