Made no difference

This commit is contained in:
niten 2022-06-19 17:00:32 -07:00
parent 917f2e5a93
commit d03a8b8ab1
1 changed files with 10 additions and 10 deletions

View File

@ -70,16 +70,16 @@ in {
serviceConfig = {
ExecStart = "${pricebot}/bin/pricebot";
DynamicUser = true;
# PrivateTmp = true;
# PrivateDevices = true;
# ProtectSystem = "strict";
# ProtectControlGroups = true;
# ProtectKernelTunables = true;
# ProtectKernelModules = true;
# ProtectHostname = true;
# ProtectHome = true;
# ProtectClock = true;
# ProtectKernelLogs = true;
PrivateTmp = true;
PrivateDevices = true;
ProtectSystem = "strict";
ProtectControlGroups = true;
ProtectKernelTunables = true;
ProtectKernelModules = true;
ProtectHostname = true;
ProtectHome = true;
ProtectClock = true;
ProtectKernelLogs = true;
Restart = "always";
StandardOutput = "journal";
};