diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-28 12:05:32 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-28 12:05:32 +0900 |
| commit | 85e5b097fdd04ea05ab42a02085f517570853429 (patch) | |
| tree | a8bf2a734c8aff3f0e7afb3566a92cad2f4b3a17 | |
| parent | 0107620d8c174dcf9237c16d4b4b7b2f6955a214 (diff) | |
fst/config: add template etc entry
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | fst/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fst/config.go b/fst/config.go index 19e17660..05b588d6 100644 --- a/fst/config.go +++ b/fst/config.go @@ -222,6 +222,7 @@ func Template() *Config { {Src: "/dev/dri", Device: true}, }, Link: [][2]string{{"/run/user/65534", "/run/user/150"}}, + Etc: "/etc", AutoEtc: true, Override: []string{"/var/run/nscd"}, }, |
