summaryrefslogtreecommitdiffstats
path: root/office/taskd/profile/taskddata
diff options
context:
space:
mode:
Diffstat (limited to 'office/taskd/profile/taskddata')
-rw-r--r--office/taskd/profile/taskddata13
1 files changed, 13 insertions, 0 deletions
diff --git a/office/taskd/profile/taskddata b/office/taskd/profile/taskddata
new file mode 100644
index 0000000000..870f819f67
--- /dev/null
+++ b/office/taskd/profile/taskddata
@@ -0,0 +1,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
+
+