
* how to enable systemd supervision in the development environment?

1. Edit the file visulox-devel.service in the [Service] section
- key User, to match your username.
- key ExecStart, for the full path to lib/utils/start-monitor.tcl

2. As root, copy visulox-devel.service to /etc/systemd/system

3. as normal user, you can now run

    visulox start
    visulox stop

to start and stop the service.

NOTE: under Fedora/RHEL, there are no user services.

