mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Added OnActiveSec=12h to start the timer cycle because OnUnitActiveSec setting alone never triggers the timer after boot as there has not been transition between active and inactive state. Removed [Install] section from sweeper.service as it is not needed Fixes: https://pagure.io/freeipa/issue/9231 Signed-off-by: Jesse Sandberg <jesse.sandberg@netcode.fi> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
11 lines
201 B
SYSTEMD
11 lines
201 B
SYSTEMD
[Unit]
|
|
Description=IPA Kerberos Ccache Sweeper Service
|
|
Wants=gssproxy.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
Environment=LC_ALL=C.UTF-8
|
|
ExecStart=@libexecdir@/ipa/ipa-ccache-sweeper
|
|
PrivateTmp=yes
|
|
User=ipaapi
|