20 lines
458 B
INI
20 lines
458 B
INI
[Unit]
|
|
Description=SSSD PAC Service responder
|
|
Documentation=man:sssd.conf(5)
|
|
After=sssd.service
|
|
BindsTo=sssd.service
|
|
RefuseManualStart=true
|
|
|
|
[Install]
|
|
Also=sssd-pac.socket
|
|
|
|
[Service]
|
|
Environment=DEBUG_LOGGER=--logger=files
|
|
EnvironmentFile=-/etc/default/sssd
|
|
ExecStartPre=-/bin/chown root:root /var/log/sssd/sssd_pac.log
|
|
ExecStart=/usr/libexec/sssd/sssd_pac ${DEBUG_LOGGER} --socket-activated
|
|
Restart=on-failure
|
|
User=root
|
|
Group=root
|
|
PermissionsStartOnly=true
|