Skip to content
Snippets Groups Projects
Commit 9b5f63b7 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-652: fixed copy/paste typos

parent 2df7829d
No related branches found
No related tags found
1 merge request!403Resolve TMSS-652 and TMSS-714
[program:tmss_websocket_service] [program:tmss_slack_webhook_service]
command=docker run --rm --net=host -u 7149:7149 -v /opt/lofar/var/log:/opt/lofar/var/log -v /tmp/tmp -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v /localhome/lofarsys:/localhome/lofarsys -e HOME=/localhome/lofarsys -e USER=lofarsys nexus.cep4.control.lofar:18080/tmss_django:latest /bin/bash -c 'source ~/.lofar/.lofar_env;source $LOFARROOT/lofarinit.sh;exec tmss_websocket_service' command=docker run --rm --net=host -u 7149:7149 -v /opt/lofar/var/log:/opt/lofar/var/log -v /tmp/tmp -v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro -v /localhome/lofarsys:/localhome/lofarsys -e HOME=/localhome/lofarsys -e USER=lofarsys nexus.cep4.control.lofar:18080/tmss_django:latest /bin/bash -c 'source ~/.lofar/.lofar_env;source $LOFARROOT/lofarinit.sh;exec tmss_slack_webhook_service'
user=lofarsys user=lofarsys
stopsignal=INT ; KeyboardInterrupt stopsignal=INT ; KeyboardInterrupt
stopasgroup=true ; bash does not propagate signals stopasgroup=true ; bash does not propagate signals
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment