Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

ifreund/rundird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).