chore: convert guru-connect to submodule; integrate ADR-008 + 2026-05-29 session log
guru-connect is now tracked as a submodule (azcomputerguru/guru-connect @ e3e95f8); its working state was published to the GC repo first, so no content is lost. guru-rmm advanced to include ADR-008 (GC integration boundary) replayed on top of the team's Integrations Center / discovery advances. Includes the native-remote-control spec (now inside the GC submodule), the versionable-products memory, and the session log. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
# GuruConnect log rotation configuration
|
||||
# Copy to: /etc/logrotate.d/guruconnect
|
||||
|
||||
/var/log/guruconnect/*.log {
|
||||
daily
|
||||
rotate 30
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
create 0640 guru guru
|
||||
sharedscripts
|
||||
postrotate
|
||||
systemctl reload guruconnect >/dev/null 2>&1 || true
|
||||
endscript
|
||||
}
|
||||
|
||||
# If using journald (systemd), logs are managed automatically
|
||||
# View logs with: journalctl -u guruconnect
|
||||
# Configure journald retention in: /etc/systemd/journald.conf
|
||||
# SystemMaxUse=500M
|
||||
# MaxRetentionSec=1month
|
||||
Reference in New Issue
Block a user