Made no difference

This commit is contained in:
niten 2022-06-19 17:00:32 -07:00
parent 917f2e5a93
commit d03a8b8ab1

View File

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