On Wed, Nov 17, 2021 at 08:21:00PM -0500, songbird wrote: > Arkadiusz Dabrowski wrote: > ... > > It works flawlessly but when I log out it is orphaned and not terminated. > > I start it like this: > > nice -n18 ionice -c2 -n7 unison unison_profile &>/dev/null & > > Once started the parent is x-session-manager and they the same process > > group. > > What can I do to terminate the process with x-session? > > does it work if you don't put it in the background?
That would prevent the rest of the X session from running, until the unison process terminates.