mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-26 10:10:24 +01:00
Update i2pd.service
This commit is contained in:
parent
1a36152123
commit
721bebcd7f
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,6 @@ SendSIGKILL=yes
|
||||||
LimitNOFILE=8192
|
LimitNOFILE=8192
|
||||||
# To enable write of coredump uncomment this
|
# To enable write of coredump uncomment this
|
||||||
#LimitCORE=infinity
|
#LimitCORE=infinity
|
||||||
|
|
||||||
#hardening
|
#hardening
|
||||||
ProtectHostname=true
|
ProtectHostname=true
|
||||||
ProtectKernelLogs=true
|
ProtectKernelLogs=true
|
||||||
|
@ -48,6 +47,10 @@ PrivateDevices=true
|
||||||
PrivateIPC=true
|
PrivateIPC=true
|
||||||
NoNewPrivileges=true
|
NoNewPrivileges=true
|
||||||
RestrictNamespaces=true
|
RestrictNamespaces=true
|
||||||
|
ProtectSystem=full
|
||||||
|
ReadWritePaths=-/var/lib/i2pd
|
||||||
|
ReadWritePaths=-/run/i2pd
|
||||||
|
ReadWritePaths=-/etc/i2pd
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue