diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-11 01:51:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-11 02:52:34 +0100 |
commit | bd1a69818042e85e24ec3adaf5eb3ac30ab1d9fd (patch) | |
tree | 2967afd5680dcda778a498f571bbcbd034031270 /src/shutdown.c | |
parent | 8f53a7b8ea9ba505f8fefe4df4aaa5a8aab1e2eb (diff) |
shutdown: add link to root storage daemon text
Diffstat (limited to 'src/shutdown.c')
-rw-r--r-- | src/shutdown.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shutdown.c b/src/shutdown.c index 46b5aea1c8..d157e0fbfe 100644 --- a/src/shutdown.c +++ b/src/shutdown.c @@ -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; |