All Projects → ifreund → rundird

ifreund / rundird

Licence: GPL-3.0 license
Deprecated, I now use https://github.com/ifreund/dumb_runtime_dir

Programming Languages

Zig
133 projects

rundird

Notice: This software is deprecated, I now use dumb_runtime_dir

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

Building

rundird requires zig 0.8 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	pam_rundird.so

See also pam.conf(5).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].