From 52fd4f89bf9ffbb536a494331ab8e0af507cc466 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 26 Apr 2017 18:45:57 +0200 Subject: [PATCH] dist/init: Better way to get systemd version (#1612) --- dist/init/linux-systemd/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/init/linux-systemd/README.md b/dist/init/linux-systemd/README.md index d96f79ff..70d269a7 100644 --- a/dist/init/linux-systemd/README.md +++ b/dist/init/linux-systemd/README.md @@ -7,8 +7,7 @@ the username of whoever touched the file most recently, for example `@wmark re systemd: …`. The provided file should work with systemd version 219 or later. It might work with earlier versions. -The easiest way to check your systemd version is to look at the version of the installed package -(e.g. 'sudo yum info systemd' on RedHat/Fedora systems). +The easiest way to check your systemd version is to run `systemctl --version`. ## Instructions