aboutsummaryrefslogtreecommitdiff
path: root/office/taskd/profile/taskddata
diff options
context:
space:
mode:
authorRobert Allen <slacker@engineer.com>2014-09-05 22:51:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-09-06 00:02:53 +0700
commited16becd86f3dec0cc8690d69906b1ded52c1250 (patch)
tree5fc71e796a38e172510446843cce55b32f2b8d9f /office/taskd/profile/taskddata
parent169f8a4fae53334e2b8222a3bb7ab1fc176e4557 (diff)
office/taskd: Added (task server daemon).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..870f819f67e36
--- /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
+
+