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:
parent
cad89a07e0
commit
52fd4f89bf
1 changed files with 1 additions and 2 deletions
3
dist/init/linux-systemd/README.md
vendored
3
dist/init/linux-systemd/README.md
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue