This commit is contained in:
𝕍𝕖𝕝𝕠𝕔𝕚𝕗𝕪𝕖𝕣 2026-05-13 00:37:55 +08:00 committed by GitHub
commit 26254a0de1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,15 @@ ExecReload=/bin/kill --signal HUP $MAINPID
Restart=on-failure
AmbientCapabilities=CAP_NET_BIND_SERVICE
LimitNOFILE=10000
PrivateDevices=true
ProtectSystem=full
PrivateTmp=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
RestrictRealtime=true
[Install]
WantedBy=multi-user.target