From: Lennart Poettering Date: Mon, 13 Jan 2020 17:53:46 +0000 (+0100) Subject: killall: update reference to root storage daemon interface docs X-Git-Tag: v245-rc1~134^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bdd282a4e81c0397bad6e84b3f83bf9ae1b8c7b;p=thirdparty%2Fsystemd.git killall: update reference to root storage daemon interface docs --- diff --git a/src/core/killall.c b/src/core/killall.c index 81dc1a7bb6e..075c705ca73 100644 --- a/src/core/killall.c +++ b/src/core/killall.c @@ -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;