Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(warning) WARNING: The app needs control system files (/u2/dcs). danteweb mounts this folder at boot time (read-only). If this tools needs to be configured on another host, remember to mount this folder and adjust paths inside dafnews/utils/devil_parser.py and dafnews/utils/element_parser.py.

Start Service

The service is stopped and disabled to save CPU resources. If you need it, you can run the following command:

Code Block
titleStart dafnews RESTful API service
[root@danteweb ~]# systemctl start dafnews.service

Stop Service

To stop the service, run the following command:

Code Block
titleStart dafnews RESTful API service
[root@danteweb ~]# systemctl stop dafnews.service