Update i2pd.service

This commit is contained in:
Darkcyankitty 2025-08-21 10:21:20 +00:00 committed by GitHub
parent 1a36152123
commit 721bebcd7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,6 @@ SendSIGKILL=yes
LimitNOFILE=8192
# To enable write of coredump uncomment this
#LimitCORE=infinity
#hardening
ProtectHostname=true
ProtectKernelLogs=true
@ -48,6 +47,10 @@ PrivateDevices=true
PrivateIPC=true
NoNewPrivileges=true
RestrictNamespaces=true
ProtectSystem=full
ReadWritePaths=-/var/lib/i2pd
ReadWritePaths=-/run/i2pd
ReadWritePaths=-/etc/i2pd
[Install]
WantedBy=multi-user.target