diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 1cc2532d..334b081c 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -185,6 +185,28 @@ source repository. It is available from: [https://github.com/purpleidea/mgmt/tree/master/examples](https://github.com/purpleidea/mgmt/tree/master/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 < /etc/systemd/system/mgmt.service.d/env.conf <