You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/client/testing/System-Testing-with-Squish.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,12 +184,11 @@ the screenshots from the most recent build will be available.
184
184
## License server
185
185
186
186
This was set up as per https://doc.qt.io/squish/setting-up-the-squish-floating-license-server.html on
187
-
`control-svcs.isis.cclrc.ac.uk` in the directory `/usr/local/squish-licenceserver`. The service is automatically started
188
-
at boot time via systemd, the file `squish-licenseserver.service` has the service details and is symbolically linked
189
-
from the systemd `/etc/systemd/system` area. The log file is `/var/log/squish-licenseserver.log` and the service is
190
-
running on the default port of 49345.
187
+
`control-svcs.isis.cclrc.ac.uk` The executable runs from `/opt/squish-license-server/bin/licenseserver` and licence is stored in `/etc/squish-license-server/licenses` The service is automatically started
188
+
at boot time via systemd. Data is logged to syslog and the service is
189
+
running on the default port of 49345. To see the log you can use e.g. `journalctl -u squish-license-server.service --since today`
191
190
192
-
To restart the licence server process, use `sudo systemctl restart squish-licenseserver.service` on the licence server
191
+
To restart the licence server process, use `sudo systemctl restart squish-license-server.service` on the licence server
0 commit comments