feat(worktime): add automatic self-heal timer for zero-activity regressions

This commit is contained in:
igor04091968
2026-05-12 06:01:07 +03:00
parent 012bfb266f
commit 64158e97a4
4 changed files with 189 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=AW Worktime Autoheal (SHARKON2025)
After=network-online.target activitywatch-server.service
Wants=network-online.target
[Service]
Type=oneshot
Environment=AW_URL=http://127.0.0.1:5600
Environment=AW_WORKTIME_HOST=SHARKON2025
ExecStart=/usr/local/bin/aw-worktime-autoheal.sh
User=root
Group=root
StandardOutput=journal
StandardError=journal
SyslogIdentifier=aw-worktime-autoheal