working commit

This commit is contained in:
2026-06-10 18:10:54 +02:00
parent b90e466316
commit 9d5d9e0607
6 changed files with 19 additions and 18 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
package config
const (
confdirPath = "@srv_confdir@"
rundirPath = "@srv_rundir@"
logdirPath = "@srv_logdir@"
datadirPath = "@srv_datadir@"
confdirPath = "@srv_confdir@"
rundirPath = "@srv_rundir@"
logdirPath = "@srv_logdir@"
datadirPath = "@srv_datadir@"
packageVersion = "@PACKAGE_VERSION@"
)