mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-08 06:31:56 +00:00
shutdown: add link to root storage daemon text
This commit is contained in:
+3
-1
@@ -81,7 +81,9 @@ static bool ignore_proc(pid_t pid) {
|
||||
return true;
|
||||
|
||||
/* Processes with argv[0][0] = '@' we ignore from the killing
|
||||
* spree. */
|
||||
* spree.
|
||||
*
|
||||
* http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons */
|
||||
if (count == 1 && c == '@')
|
||||
return true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user