summaryrefslogtreecommitdiffstats
path: root/office/taskd/profile/taskddata
blob: 870f819f67e3635381e63929d1974c9f495c0155 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#Global taskd data path config
#Must be sourced into taskd and admin user environments
#
#You may add the following line to /etc/profile
# . /etc/taskd_config
# OR
#chmod +x /etc/profile.d/taskddata.*

TASKDDATA=/var/lib/taskd
export TASKDDATA