1
Fork 0

e11sync-backend: some limits

This commit is contained in:
Motiejus Jakštys 2024-01-17 00:47:07 +02:00
parent d08dcc4f04
commit 5c9e5c1d7f
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@
KillSignal = "SIGQUIT";
ExecStart = "${pkg-backend}/bin/e11sync-backend";
MemoryHigh = "1535M";
MemoryMax = "4096M";
LimitNOFILE = 1048576;
DynamicUser = true;
NoNewPrivileges = true;
PrivateDevices = true;