Bug 264500 - databases/redis: Create piddir at startup (tmpfs)
Summary: databases/redis: Create piddir at startup (tmpfs)
Status: Open
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Yasuhiro Kimura
URL:
Keywords: feature, needs-qa
Depends on:
Blocks:
 
Reported: 2022-06-06 15:12 UTC by Bryan Drewery
Modified: 2022-06-14 00:39 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (yasu)
koobs: merge-quarterly?


Attachments
patch for port (1.21 KB, text/plain)
2022-06-06 15:12 UTC, Bryan Drewery
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bryan Drewery freebsd_committer freebsd_triage 2022-06-06 15:12:39 UTC
Created attachment 234490 [details]
patch for port

Create the piddir at startup. This allows /var/run to be on tmpfs.
Comment 1 Yasuhiro Kimura freebsd_committer freebsd_triage 2022-06-14 00:39:10 UTC
(In reply to Bryan Drewery from comment #0)

I unserstand tmpfs is useful but it should be used with care. Using tmpfs as /var/run conflists with file system layout defined with hier(7).