# BEGIN CHANGE: API PHP 8.3 do portal TEST # Copiar para: /etc/systemd/system/test-portal-api.service # sudo systemctl daemon-reload # sudo systemctl enable --now test-portal-api [Unit] Description=Test Portal PHP 8.3 API (built-in server) After=network.target [Service] ExecStart=/usr/bin/php8.3 -S 127.0.0.1:8084 -t /home/ubuntu/test-portal/api Restart=always RestartSec=2 User=www-data Group=www-data [Install] WantedBy=multi-user.target # END CHANGE