Skip to content

Commit a7f0a67

Browse files
authored
Merge pull request #1367 from mgerstner/nix-systemd-tmpfile
systemd-tmpfiles whitelist: additional dir for nix (bsc#124616)
2 parents 79f54ec + 9c7fe49 commit a7f0a67

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

configs/openSUSE/systemd-tmpfiles.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ entries = [
109109

110110
[[SystemdTmpfilesWhitelist]]
111111
package = "nix"
112-
bug = "bsc#1243206"
113-
note = "The Nix package manager maintains a UNIX domain socket in this non-standard location"
112+
bugs = ["bsc#1243206", "bsc#1246162"]
113+
note = "The Nix package manager maintains a UNIX domain socket and directory structure in this non-standard location"
114114
path = "/usr/lib/tmpfiles.d/nix-daemon.conf"
115115
entries = [
116-
"d /nix/var/nix/daemon-socket 0755 root root - -"
116+
"d /nix/var/nix/daemon-socket 0755 root root - -",
117+
"d /nix/var/nix/builds 0755 root root 7d -"
117118
]

0 commit comments

Comments
 (0)