/rundird

A simple daemon + PAM module providing an XDG_RUNTIME_DIR

Primary LanguageZigGNU General Public License v3.0GPL-3.0

rundird

A simple daemon and PAM module providing the XDG_RUNTIME_DIR of the freedesktop.org base directory spec.

Building

rundird depends on zig 0.7 and PAM. To build and install the daemon to /usr run:

zig build -Drelease-safe --prefix /usr install

PAM configuration

To enable the pam module, add the following recommended configuration to /etc/pam.d/login:

session		optional	libpam_rundird.so

See also pam.conf(5).