forked from rosa/hakurei
8 lines
202 B
Go
8 lines
202 B
Go
//go:build rosa
|
|
|
|
package main
|
|
|
|
// hsuConfPath is the pathname to the hsu configuration file, specific to
|
|
// Rosa OS. Its contents are interpreted by parseConfig.
|
|
const hsuConfPath = "/system/etc/hsurc"
|