killall: update reference to root storage daemon interface docs

This commit is contained in:
Lennart Poettering 2020-01-13 18:53:46 +01:00
parent 6e47cac0aa
commit 0bdd282a4e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ static bool ignore_proc(pid_t pid, bool warn_rootfs) {
/* Processes with argv[0][0] = '@' we ignore from the killing spree.
*
* http://www.freedesktop.org/wiki/Software/systemd/RootStorageDaemons */
* https://systemd.io/ROOT_STORAGE_DAEMONS */
if (c != '@')
return false;