Disable recurrence in taskrc

A taskrc.local file should be configured on exactly one of your sync'd
systems to re-enable recurrence, with the recurrence=1 setting. If
multiple systems have recurrence enabled, then duplicate recurring task
instances are quite likely.
This commit is contained in:
Danielle McLean 2021-10-11 11:48:56 +11:00
parent 95afca5f1a
commit 016df1a8bf
Signed by: 00dani
GPG Key ID: 9DDE1EDE01E3A605
2 changed files with 4 additions and 0 deletions

View File

@ -1 +1,2 @@
.config/task/taskd.credentials
.config/task/taskrc.local

View File

@ -26,3 +26,6 @@ taskd.ca=$XDG_CONFIG_HOME/task/isrgrootx1.pem
taskd.certificate=$XDG_CONFIG_HOME/task/client.cert.pem
taskd.key=$XDG_CONFIG_HOME/task/client.key.pem
include $XDG_CONFIG_HOME/task/taskd.credentials
recurrence=0
include $XDG_CONFIG_HOME/task/taskrc.local