On Tue, 17 May 2011 14:46:49 -0500
William Hubbs <[email protected]> wrote:
> The directories that would be affected by having /run on tmpfs would
> be /var/run and /var/lock. The suggested way of doing this is to have
> /var/run linked to /run and /var/lock linked to /run/lock.
wrt /var/run on tmpfs, I recall packages installing daemons that expect
their specific directories to be present in /var/run, and that do not
play nice when that directory turns out empty, but we should be able to
work around that by creating the directory in the init.d script before
we execute the daemon.
jer