]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
killall: update reference to root storage daemon interface docs 14557/head
authorLennart Poettering <lennart@poettering.net>
Mon, 13 Jan 2020 17:53:46 +0000 (18:53 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 13 Jan 2020 17:53:46 +0000 (18:53 +0100)
src/core/killall.c

index 81dc1a7bb6e45b1091d658d60a041353b2c1ad4c..075c705ca7396d6bade7043d819a40d6b42ff13e 100644 (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;