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:
Description | Command |
---|---|
Check current status | sudo systemctl status glue |
Start Glue | sudo systemctl start glue |
Stop Glue | sudo systemctl stop glue |
Restart Glue | sudo systemctl restart glue |
Enable automatic startup | sudo systemctl enable glue |
Disable automatic startup | sudo systemctl disable glue |