[Unit] Description=Antigravity MKB ERP API Server After=network.target mariadb.service [Service] Type=simple User=edmin WorkingDirectory=/var/www/html/develop Environment=NODE_ENV=production # Update path to node if necessary (using absolute path is safer) ExecStart=/usr/bin/node server/index.cjs Restart=always RestartSec=10 [Install] WantedBy=multi-user.target