nixos/transmission: remove SystemCallErrorNumber= to raise errors

This commit is contained in:
Julien Moutinho
2021-10-18 19:35:48 +02:00
parent aaf21b9636
commit 90877765d3
@@ -348,7 +348,6 @@ in
"quotactl"
];
SystemCallArchitectures = "native";
SystemCallErrorNumber = "EPERM";
};
};