HiveMinds / tw-install

Automatically installs Taskwarrior, Taskserver (TODO: and Timewarrior). This project aims to support automated installation of all Taskwarrior hook scripts, configuration flavours etc. with a single command.
GNU Affero General Public License v3.0
17 stars 7 forks source link

Ensure sync service starts after reboot #72

Open a-t-0 opened 3 years ago

a-t-0 commented 3 years ago

To allow taskwarrior to sync with taskserver after a reboot one has to run (once):

export TASKDDATA=/var/taskd
taskdctl start

Then one can sync with:

task sync

TODO