WIP Fix activitywatch awatcher fails #2

This commit is contained in:
Tristan D. 2024-07-04 10:17:25 +02:00
parent 8df69a6add
commit b7354c7d36
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -24,9 +24,9 @@
}; };
}; };
systemd.user.services.activitywatch-watcher-awatcher.Service= { systemd.user.services.activitywatch-watcher-awatcher.Service = {
Restart = "always"; Restart = "always";
RestartSec= "5"; RestartSec = "5";
}; };
# TODO Add timer for `aw-sync --sync-dir=$HOME/Nextcloud/ActivityWatch/ sync --mode both` # TODO Add timer for `aw-sync --sync-dir=$HOME/Nextcloud/ActivityWatch/ sync --mode both`