On 1/17/19 12:09 PM, Christopher Cox wrote:
On 1/17/19 11:54 AM, Reindl Harald wrote:

Am 17.01.19 um 18:51 schrieb Christopher Cox:
On 1/17/19 11:21 AM, Reindl Harald wrote:
Am 17.01.19 um 18:17 schrieb Christopher Cox:
On 1/17/19 11:01 AM, Lennart Poettering wrote:
Hmm, what kind of processes are you missing? user session stuff? How
do you shut down? Note that display managers are likely to terminate
the user sessions first, and only initiate system shutdown then...
These are nohup'd background processes not tied to any tty.
give that a try!

[root@srv-rhsoft:~]$ cat /etc/systemd//logind.conf.d/logind.conf
[Login]
KillUserProcesses=no
It's default, that is, already set to "no" (shouldn't matter anyway,
again the processes are nohup'd)
it is NOT default

it defaults to YES and the whole discussions as that changed where about
nohup'd processes long ago

Changing it to "no"... I'll let you know if this fixes things or not.


Actually, as it turns out the nohup'd processes are all owned by root, so changing to "no" didn't fix, but it's my understanding that if the setting isn't set root is always excluded anyhow. Out of the 18 processes that are running, my script only sees 6 of them. Again, it's just doing a "ps -ef" to a file. All 18 processes exist prior to shutdown and the script shows that if I run manually.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to