Depends how you started it. If you executed the ./fuseki-server script then you can simply Ctrl+C it, or send it a SIGTERM. If you've installed fuseki as a service you can use the normal sysvint/systemd commands such as "$ service fuseki start/stop/restart"
Sent: Tuesday, June 05, 2018 at 10:30 AM From: "Piotr Nowara" <[email protected]> To: [email protected] Subject: How to restart Fuseki? Hi, I'm using Fuseki standalone server on WIndows. I can easily start the server using fuseki-server.bat but I don't see a way to shutdown or restart a running Fuseki server, so I'm just killing it by closing the command line window which initiated the process. I hope there is a more civilized way of doing it, because I don't imagine recommend this to the end users. Thanks, Piotr
