Update conduit

This commit is contained in:
Natsu Kagami 2024-04-25 20:05:03 +02:00
parent b2263d1fe5
commit dd3063e6f1
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 8 additions and 8 deletions

View file

@ -103,7 +103,7 @@ with lib;
"@system-service"
"~@privileged"
];
StateDirectory = "/mnt/data/${srvName}";
# StateDirectory = "/mnt/data/${srvName}";
BindPaths = [ "/mnt/data/${srvName}" ];
ExecStart = "${cfg.package}/bin/conduit";
Restart = "on-failure";