Skip to content

Commit

Permalink
SUDO service: ${DEBUG_LOGGER} was missed for 'sudo'
Browse files Browse the repository at this point in the history
service in a7277fe

Resolves: SSSD#6920

Reviewed-by: Alejandro López <allopez@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 01bee47)
  • Loading branch information
alexey-tikhonov committed Sep 26, 2023
1 parent 7e45b32 commit 100dedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysv/systemd/sssd-sudo.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Also=sssd-sudo.socket
Environment=DEBUG_LOGGER=--logger=files
EnvironmentFile=-@environment_file@
ExecStartPre=-/bin/chown @SSSD_USER@:@SSSD_USER@ @logpath@/sssd_sudo.log
ExecStart=@libexecdir@/sssd/sssd_sudo --socket-activated
ExecStart=@libexecdir@/sssd/sssd_sudo ${DEBUG_LOGGER} --socket-activated
Restart=on-failure
User=@SSSD_USER@
Group=@SSSD_USER@
Expand Down

0 comments on commit 100dedf

Please sign in to comment.