diff options
author | Matthew Lemon <y@yulqen.org> | 2023-11-05 16:49:50 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-11-05 16:49:50 +0000 |
commit | c644481eef96c47f8545839ffbb443db3f73fc7e (patch) | |
tree | 696700689b16058f3e35c3d792e55ac410746102 /taskrc | |
parent | b3a59d49f85564f9ce106bd3531283dc34814028 (diff) |
Fix task dir path
Diffstat (limited to 'taskrc')
-rw-r--r-- | taskrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -84,9 +84,9 @@ color.tag.killlist=rgb104 on black color.uda.priority.H=rgb504 # Task server - essential config! -taskd.certificate=\/home\/lemon\/tmp_task\/Matthew_Lemon.cert.pem -taskd.key=\/home\/lemon\/tmp_task\/Matthew_Lemon.key.pem -taskd.ca=\/home\/lemon\/tmp_task\/ca.cert.pem +taskd.certificate=\/home\/lemon\/.task\/Matthew_Lemon.cert.pem +taskd.key=\/home\/lemon\/.task\/Matthew_Lemon.key.pem +taskd.ca=\/home\/lemon\/.task\/ca.cert.pem taskd.server=taskd.banded-neon.ts.net:53589 #taskd.server=192.168.1.13:53589 #taskd.trust=ignore hostname |