Skip to content

Commit

Permalink
configure: use runstatedir for default pid path
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrezina committed Jun 5, 2024
1 parent 7c443ab commit 65b4366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/conf_macros.m4
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ AC_DEFUN([WITH_PID_PATH],
)
]
)
config_pidpath="/run/sssd"
pidpath="/run/sssd"
config_pidpath="$runstatedir/sssd"
pidpath="$runstatedir/sssd"
if test x"$with_pid_path" != x; then
config_pidpath=$with_pid_path
pidpath=$with_pid_path
Expand Down

0 comments on commit 65b4366

Please sign in to comment.