mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
ed16becd86
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
256 B
Bash
13 lines
256 B
Bash
#!/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
|
|
|
|
|