|
Lines 10-15
Link Here
|
| 10 |
|
10 |
|
| 11 |
start() { |
11 |
start() { |
| 12 |
ebegin "Starting dsmc" |
12 |
ebegin "Starting dsmc" |
|
|
13 |
# dsmc supports only these locale settings |
| 14 |
export LANG=en_US |
| 15 |
export LC_ALL=en_US |
| 16 |
|
| 13 |
start-stop-daemon --start --background --nicelevel 15 \ |
17 |
start-stop-daemon --start --background --nicelevel 15 \ |
| 14 |
--make-pidfile --pidfile /var/run/dsmc.pid \ |
18 |
--make-pidfile --pidfile /var/run/dsmc.pid \ |
| 15 |
--exec /opt/tivoli/tsm/client/ba/bin/dsmc sched ${DSMC_OPTS} |
19 |
--exec /opt/tivoli/tsm/client/ba/bin/dsmc sched ${DSMC_OPTS} |