WIP Fix activitywatch awatcher fails #2
This commit is contained in:
parent
8df69a6add
commit
b7354c7d36
1 changed files with 3 additions and 3 deletions
|
@ -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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue