b495522 BUILD: Properly expand variables in sssd-ifp.service

Authored and Committed by lslebodn 6 years ago
1 file changed. 1 lines added. 1 lines removed.
    BUILD: Properly expand variables in sssd-ifp.service
    
    systemd[1]: [/usr/lib/systemd/system/sssd-ifp.service:9]
        Path '-@environment_file@' is not absolute, ignoring.
    
    sh-4.2# systemctl cat sssd-ifp.service
     # /usr/lib/systemd/system/sssd-ifp.service
    [Unit]
    Description=SSSD IFP Service responder
    Documentation=man:sssd-ifp(5)
    After=sssd.service
    BindsTo=sssd.service
    
    [Service]
    Environment=DEBUG_LOGGER=--logger=files
    EnvironmentFile=-@environment_file@
    Type=dbus
    BusName=org.freedesktop.sssd.infopipe
    ExecStart=/usr/libexec/sssd/sssd_ifp --uid 0 --gid 0 --dbus-activated ${DEBUG_LOGGER}
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/3433
    
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
file modified
+1 -1