feat: music stuff

This commit is contained in:
Anish Lakhwara
2025-05-03 22:45:42 -07:00
parent da5352d5d8
commit ba1d3b96ed
5 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ in {
#...
};
serviceConfig = {
ExecStart = "${pkgs.gonic}/bin/gonic -config-path /etc/gonic/config";
ExecStart = "${pkgs.gonic}/bin/gonic -config-path /etc/gonic/config -scan-watcher-enabled -scan-interval 600";
WorkingDirectory = dataFolder;
TimeoutStopSec = "20";
KillMode = "process";