upgdate log rotation

This commit is contained in:
2026-03-25 09:29:17 +02:00
parent fe2376b615
commit 8e7a0fffa7
9 changed files with 88 additions and 68 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
package config
const (
confdir = "/usr/local/etc/mstore"
confdir = "/etc/mstore"
rundir = "/var/run/mstore"
logdir = "/var/log/mstore"
datadir = "/var/lib/mstore"
version = "0.2.0"
srvname = "mstored"
version = "0.2.3"
srvname = "mstored"
)