Fix ipa-ccache-sweeper activation timer and clean up service file

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>
This commit is contained in:
Jesse Sandberg 2022-08-25 14:44:13 +03:00 committed by Florence Blanc-Renaud
parent ad8f90f816
commit fa85301895
2 changed files with 1 additions and 3 deletions

View File

@ -8,6 +8,3 @@ Environment=LC_ALL=C.UTF-8
ExecStart=@libexecdir@/ipa/ipa-ccache-sweeper
PrivateTmp=yes
User=ipaapi
[Install]
WantedBy=multi-user.target

View File

@ -2,6 +2,7 @@
Description=Remove Expired Kerberos Credential Caches
[Timer]
OnActiveSec=12h
OnUnitActiveSec=12h
[Install]