Skip to main content

Operation on Linux

On Linux, Glue runs as a systemd service, which means it can be controlled easily using systemctl.

Here are a few useful commands:

DescriptionCommand
Check current statussudo systemctl status glue
Start Gluesudo systemctl start glue
Stop Gluesudo systemctl stop glue
Restart Gluesudo systemctl restart glue
Enable automatic startupsudo systemctl enable glue
Disable automatic startupsudo systemctl disable glue