mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-25 17:03:09 +01:00
KASM-4608 Background kasm_printer_service in vnc_startup.sh
This commit is contained in:
parent
91b7add249
commit
f1c793c6cd
@ -297,9 +297,9 @@ function start_printer (){
|
|||||||
if [[ ${KASM_SVC_PRINTER:-1} == 1 ]]; then
|
if [[ ${KASM_SVC_PRINTER:-1} == 1 ]]; then
|
||||||
echo 'Starting printer service'
|
echo 'Starting printer service'
|
||||||
if [[ $DEBUG == true ]]; then
|
if [[ $DEBUG == true ]]; then
|
||||||
$STARTUPDIR/printer/kasm_printer_service --debug --directory $HOME/PDF --relay /tmp/printer
|
$STARTUPDIR/printer/kasm_printer_service --debug --directory $HOME/PDF --relay /tmp/printer &
|
||||||
else
|
else
|
||||||
$STARTUPDIR/printer/kasm_printer_service --directory $HOME/PDF --relay /tmp/printer
|
$STARTUPDIR/printer/kasm_printer_service --directory $HOME/PDF --relay /tmp/printer &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
KASM_PROCS['kasm_printer']=$!
|
KASM_PROCS['kasm_printer']=$!
|
||||||
|
Loading…
Reference in New Issue
Block a user