Initial commit

This commit is contained in:
2026-06-30 15:14:37 +08:00
commit 15dab96872
311 changed files with 95639 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
[Unit]
Description=MeshRay - Simple and Efficient VPN Mesh Network
After=network.target network-online.target
Wants=network-online.target
[Service]
Type=simple
User=root
Group=root
ExecStart=/opt/meshray/meshray
Restart=on-failure
RestartSec=5
LimitNOFILE=65535
# Resource limits
CPUQuota=80%
MemoryMax=2G
# Security hardening
ProtectSystem=strict
ProtectHome=read-only
NoNewPrivileges=true
PrivateTmp=true
[Install]
WantedBy=multi-user.target