diff --git a/README.md b/README.md index 438e78c9..970dd9f6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,28 @@ If you have a well phrased question that might benefit others, consider asking i ## Examples: Please look in the [examples/](examples/) folder for more examples! +## Systemd: +See [`misc/mgmt.service`](misc/mgmt.service) for a sample systemd unit file. +This unit file is part of the RPM. + +To specify your custom options for `mgmt` on a systemd distro: + +```bash +sudo mkdir -p /etc/systemd/system/mgmt.service.d/ + +cat > /etc/systemd/system/mgmt.service.d/env.conf <