[Unit] Description=Horux360 API Server After=network.target postgresql.service Wants=postgresql.service [Service] Type=simple User=root WorkingDirectory=/root/Horux/apps/api Environment=NODE_ENV=production Environment=PATH=/root/.local/share/pnpm:/usr/local/bin:/usr/bin:/bin ExecStart=/root/.local/share/pnpm/pnpm dev Restart=always RestartSec=10 [Install] WantedBy=multi-user.target