2026-06-10 17:39:32 +00:00
|
|
|
[Unit]
|
|
|
|
|
Description=Restore workstation tmux sessions (resume saved claude conversations) after boot
|
|
|
|
|
After=network.target local-fs.target
|
|
|
|
|
# Before the save timer's first run (OnBootSec=10min) so an empty post-boot
|
|
|
|
|
# state can never be snapshotted over the manifest being restored from.
|
|
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2026-06-10 17:42:52 +00:00
|
|
|
ExecStart=/usr/local/bin/tmux-persist restore
|
2026-06-10 17:39:32 +00:00
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
|
WantedBy=multi-user.target
|