Made no difference
This commit is contained in:
parent
917f2e5a93
commit
d03a8b8ab1
20
module.nix
20
module.nix
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue