From 0bdd282a4e81c0397bad6e84b3f83bf9ae1b8c7b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Jan 2020 18:53:46 +0100 Subject: [PATCH] killall: update reference to root storage daemon interface docs --- src/core/killall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3