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