service/pam: add pam service

This commit is contained in:
outfoxxed 2024-06-17 18:32:13 -07:00
parent f655875547
commit 7e5d128a91
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
11 changed files with 740 additions and 0 deletions

View file

@ -9,3 +9,7 @@ endif()
if (SERVICE_MPRIS)
add_subdirectory(mpris)
endif()
if (SERVICE_PAM)
add_subdirectory(pam)
endif()