[Unit] Description=LRGK Native Node Service After=network.target [Service] Type=simple WorkingDirectory=/opt/lrgk/server Environment=PORT=3400 Environment=SESSION_SECRET=CHANGE_THIS_BEFORE_LAUNCH Environment=CORS_ORIGIN=http://localhost:3400 ExecStart=/usr/bin/node index.js Restart=always RestartSec=3 User=www-data Group=www-data [Install] WantedBy=multi-user.target