This commit is contained in:
Satria 2026-04-16 19:59:46 +07:00
commit a1cd117219

View file

@ -9,7 +9,6 @@
serviceConfig = { serviceConfig = {
ExecStart = "${pkgs.copyparty-most}/bin/copyparty -c /mnt/share/cfg/files.conf"; ExecStart = "${pkgs.copyparty-most}/bin/copyparty -c /mnt/share/cfg/files.conf";
Restart = "on-failure"; Restart = "on-failure";
User = "nobody";
}; };
}; };
} }