HiveMinds / HiveMinds/tw-install

Ensure sync service starts after reboot

Open
#72 0 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
Shell
Stars
20
Forks
7
PR merge metrics
No merged PRs in 30d

Description

To allow taskwarrior to sync with taskserver after a reboot one has to run (once):
```bash
export TASKDDATA=/var/taskd
taskdctl start
```
Then one can sync with:
```bash
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:
```bash
export TASKDDATA=/var/taskd
taskdctl start
```
is in the file:
```bash
~/.bashrc
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.