44 lines
1.3 KiB
Markdown
44 lines
1.3 KiB
Markdown
---
|
|
id: 7435a3ce-1360-4309-a33b-eb226fe1fb07
|
|
type: configuration
|
|
title: "Cognitive memory systemd daily service updated — symlinks step removed"
|
|
tags: ["[\\\\\\\"cognitive-memory\\\\\\\"", systemd, automation, "\\\\\\\"configuration\\\\\\\"]"]
|
|
importance: 0.5
|
|
confidence: 0.8
|
|
created: "2026-02-28T20:56:28.174315+00:00"
|
|
updated: "2026-02-28T20:57:20.138324+00:00"
|
|
relations:
|
|
- target: 42c9a09c-1049-4628-9bbd-1a2f03769c2f
|
|
type: CAUSES
|
|
direction: incoming
|
|
strength: 0.8
|
|
edge_id: d6fd3c99-6513-46fb-ba58-2e2f757c7762
|
|
- target: d0313cb7-2f3b-485f-9b56-e8aaf656127a
|
|
type: FOLLOWS
|
|
direction: outgoing
|
|
strength: 0.8
|
|
edge_id: 58786590-8954-44f5-8dad-8434826e0901
|
|
---
|
|
|
|
# Cognitive Memory Systemd Daily Service Update
|
|
|
|
Updated `cognitive-memory-daily.service` to remove the `claude-memory-symlinks` step.
|
|
|
|
## New Service Chain
|
|
`decay` → `core` → `memory-git-sync`
|
|
|
|
(Previously: `decay` → `core` → `symlinks` → `memory-git-sync`)
|
|
|
|
## Files Updated
|
|
- `~/.config/systemd/user/cognitive-memory-daily.service` (active unit)
|
|
- `~/.claude/skills/cognitive-memory/systemd/` (reference copy)
|
|
|
|
## Commands Run
|
|
```bash
|
|
systemctl --user daemon-reload
|
|
```
|
|
|
|
## Notes
|
|
- `ensure-symlinks.sh` script retained but no longer called automatically
|
|
- Part of the broader CORE.md auto-loading removal (MCP-first approach)
|