module: explicitly set db path

This commit is contained in:
Aaron Bieber 2024-03-28 12:26:16 -06:00
parent d41b55e44c
commit 377b99bd44
No known key found for this signature in database

View File

@ -59,7 +59,7 @@ in {
Group = cfg.group;
ExecStart = ''
${cfg.package}/bin/mcchunkie
${cfg.package}/bin/mcchunkie -db ${cfg.dataDir}/db
'';
};
};