Re: [gentoo-user] Re: Restart agetty after update @world?

2017-08-12 Thread Neil Bothwick
On Sat, 12 Aug 2017 16:30:34 +0300, Nikos Chantziaras wrote:

> > lsof | grep -w DEL | grep portage  
> 
> You should probably use app-admin/lib_users for this.

Or app-admin/needrestart, which also has an option to restart affected
services.


-- 
Neil Bothwick

Don't put all your hypes in one home page.


pgp3ZAM1ixOid.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] Re: Restart agetty after update @world?

2017-08-12 Thread Matthias Hanft
Nikos Chantziaras wrote:
>>
>> lsof | grep -w DEL | grep portage
> 
> You should probably use app-admin/lib_users for this.

Thank you, I didn't know this.  Looks good (and found mysql
in addition to my "lsof" command).

-Matt