From ed16becd86f3dec0cc8690d69906b1ded52c1250 Mon Sep 17 00:00:00 2001 From: Robert Allen Date: Fri, 5 Sep 2014 22:51:11 +0700 Subject: office/taskd: Added (task server daemon). Signed-off-by: Willy Sudiarto Raharjo --- office/taskd/profile/taskddata | 13 +++++++++++++ office/taskd/profile/taskddata.csh | 4 ++++ office/taskd/profile/taskddata.sh | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 office/taskd/profile/taskddata create mode 100644 office/taskd/profile/taskddata.csh create mode 100644 office/taskd/profile/taskddata.sh (limited to 'office/taskd/profile') 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 + + diff --git a/office/taskd/profile/taskddata.csh b/office/taskd/profile/taskddata.csh new file mode 100644 index 0000000000000..c1a2e4004979c --- /dev/null +++ b/office/taskd/profile/taskddata.csh @@ -0,0 +1,4 @@ +#!/bin/csh +#Set data path for taskd server from global config + +source /etc/taskddata diff --git a/office/taskd/profile/taskddata.sh b/office/taskd/profile/taskddata.sh new file mode 100644 index 0000000000000..f9b61cca0f4d0 --- /dev/null +++ b/office/taskd/profile/taskddata.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#Set data path for taskd server from global config + +. /etc/taskddata -- cgit v1.2.3