summaryrefslogtreecommitdiff
path: root/claude/restart-sessions.sh
blob: 5f0e1b454036896aeda1be271bc0516a63f3a5f9 (plain)
1
2
3
4
5
6
#!/bin/bash
set -e
uid=$(id -u yyamashita)
runuser -u yyamashita -- \
    env XDG_RUNTIME_DIR=/run/user/$uid DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$uid/bus \
    bash -c 'systemctl --user list-units --plain --no-legend "claude-code@*.service" | awk "{print \$1}" | xargs -r systemctl --user restart'