[MinnowBoard] Close SSH shell and leave process running

Andrey Nechypurenko andreynech at googlemail.com
Thu Jan 30 22:25:20 UTC 2014


Hi Klaus

On 30 January 2014 00:40, Klaus Siegesleitner <klaus at klausix.net> wrote:
> Hi All!
>
> I tried 3 ways to leave a process running when i exit a ssh shell:
>
> nohup <cmd> &; exit
> <cmd> &; disown %1; exit
> with screen command
>
> Each time the process is terminated!

Quite some time ago I was fighting another problem which turned out to
be cgroup and systemd related. I've learned that it is possible to
tweak cpu cgroup usage by changing /etc/systemd/system.conf . In
particular, you can disable the cpu cgroup by replacing
#DefaultControllers=cpu
with
DefaultControllers=

I found the hint here:
https://bugzilla.redhat.com/show_bug.cgi?id=655321 . I am absolutely
not sure if it would help in your case but maybe it will point you to
the right direction for further search.

Regards,
Andrey.


More information about the elinux-MinnowBoard mailing list