[Unit] Description=HSOSKY PlayWeb - cau noi WebSocket sang TCP After=network.target [Service] Type=simple # Doi duong dan cho khop noi ban dat file WorkingDirectory=/var/www/playweb ExecStart=/usr/bin/node /var/www/playweb/bridge.mjs Environment=HOST=127.0.0.1 Environment=PORT=8081 # Danh sach dich duoc phep, cach nhau bang dau phay. # BAT BUOC gioi han: bo trong se thanh TCP proxy mo cho ca Internet dung. Environment=ALLOW=sv.hsosky.com:19129 Restart=always RestartSec=3 User=www-data Group=www-data # Siet quyen o muc co ban NoNewPrivileges=true PrivateTmp=true ProtectSystem=strict ProtectHome=true [Install] WantedBy=multi-user.target