Skip to content
Snippets Groups Projects
Commit 18ad823d authored by Nikolai Hartmann's avatar Nikolai Hartmann
Browse files

add service for gStream2tcp and adjust xcache.cfg

parent 9a9c8685
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=GStream2TCP
Wants=xcache.service
[Service]
Type=simple
User=xcache
Environment="XC_MONITOR='collector.atlas-ml.org:9000'"
ExecStart=/usr/bin/python3 /var/local/xcache/gStream2tcp.py &
Restart=always
[Install]
WantedBy=multi-user.target
......@@ -80,8 +80,8 @@ else
ofs.authorize
all.sitename LRZ-LMU
xrootd.monitor dest pfc collector.atlas-ml.org:9000
xrootd.mongstream pfc use flush 30s maxlen 1300 send json insthdr collector.atlas-ml.org:9000
xrootd.monitor dest pfc 127.0.0.1:9000
xrootd.mongstream pfc use flush 30s maxlen 1500 send json insthdr 127.0.0.1:9000
fi
# resolving bug in rc4
......
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