All checks were successful
Test / Create distribution (push) Successful in 1m16s
Test / Sandbox (push) Successful in 3m15s
Test / Hakurei (push) Successful in 4m25s
Test / ShareFS (push) Successful in 4m31s
Test / Sandbox (race detector) (push) Successful in 5m40s
Test / Hakurei (race detector) (push) Successful in 6m52s
Test / Flake checks (push) Successful in 1m26s
Rosa OS does not have /etc. Signed-off-by: Ophestra <cat@gensokyo.uk>
8 lines
183 B
Go
8 lines
183 B
Go
//go:build !rosa
|
|
|
|
package main
|
|
|
|
// hsuConfPath is an absolute pathname to the hsu configuration file. Its
|
|
// contents are interpreted by parseConfig.
|
|
const hsuConfPath = "/etc/hsurc"
|