Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure sync service starts after reboot #72

Open
1 task
a-t-0 opened this issue Aug 3, 2021 · 0 comments
Open
1 task

Ensure sync service starts after reboot #72

a-t-0 opened this issue Aug 3, 2021 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@a-t-0
Copy link
Contributor

a-t-0 commented Aug 3, 2021

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

  • To automate this, ensure the taskserver is started upon boot/login. One option to do so is to ensure the following content:
export TASKDDATA=/var/taskd
taskdctl start

is in the file:

~/.bashrc
@a-t-0 a-t-0 added the bug Something isn't working label Aug 3, 2021
@a-t-0 a-t-0 added the help wanted Extra attention is needed label Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant