aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/hsu/conf.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/hsu/conf.go')
-rw-r--r--cmd/hsu/conf.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/hsu/conf.go b/cmd/hsu/conf.go
new file mode 100644
index 00000000..683bdc8a
--- /dev/null
+++ b/cmd/hsu/conf.go
@@ -0,0 +1,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"