0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

dist/init: Better way to get systemd version (#1612)

This commit is contained in:
emersion 2017-04-26 18:45:57 +02:00 committed by Matt Holt
parent cad89a07e0
commit 52fd4f89bf

View file

@ -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