aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/hsu/conf.go
blob: 683bdc8aad79acdf55bd4428cfcec4d362a4e18d (plain)
1
2
3
4
5
6
7
//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"