|
From: Alexey S. <av...@gm...> - 2017-01-10 18:25:29
|
I wonder if wrapper really support pause/resume commands on linux platform
Currently, app (neither wrapper, according to wrapper log files) dont
receive anything on pause or resume service commands, and according to
launch script it also does nothing:
pause() {
eval echo `gettext 'Pausing $APP_LONG_NAME.'`
}
resume() {
eval echo `gettext 'Resuming $APP_LONG_NAME.'`
}
--
avs
|