[Unit] Description=Guanghu JD Application Hub After=network-online.target Wants=network-online.target [Service] Type=simple User=guanghu Group=guanghu WorkingDirectory=/opt/guanghu/jd-app-hub Environment=NODE_ENV=production Environment=HUB_HOST=127.0.0.1 Environment=HUB_PORT=8088 Environment=GUANGHU_NODE_ID=JD-FD-PRIMARY ExecStart=/usr/bin/node /opt/guanghu/jd-app-hub/server.js Restart=always RestartSec=3 NoNewPrivileges=true PrivateTmp=true ProtectHome=true ProtectSystem=strict [Install] WantedBy=multi-user.target