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
|