forked from rosa/hakurei
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"
|