mkrundir

minimal XDG_RUNTIME_DIR manager
git clone git://git.rr3.xyz/mkrundir
Log | Files | Refs | README

README (384B)


      1 mkrundir is a simple setuid program for creating XDG_RUNTIME_DIRs in /run/user.
      2 Installation and usage:
      3 	# make install
      4 	# echo 'export XDG_RUNTIME_DIR=$(mkrundir)' >/etc/profile.d/xdg_runtime_dir.sh
      5 Note that the directory won't be removed when a user fully logs out, contrary
      6 to the XDG specification. Actually, it won't be removed at all, so your /run
      7 directory should be a tmpfs.