mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 17:01:14 -06:00
a18d406b56
The init/systemd directory is for server only and not part of CLIENT_ONLY builds. It's necesary to run pre/post installation hooks to make systemd aware of new files. Fixes: https://pagure.io/freeipa/issue/8367 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Francois Cami <fcami@redhat.com>
10 lines
157 B
SYSTEMD
10 lines
157 B
SYSTEMD
[Unit]
|
|
Description=Execute IPA Expiring Password Notification (EPN)
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@sbindir@/ipa-epn
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|