Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
Xcache singularity LRZ
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ETP Computing
Xcache singularity LRZ
Commits
18ad823d
Commit
18ad823d
authored
3 years ago
by
Nikolai Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
add service for gStream2tcp and adjust xcache.cfg
parent
9a9c8685
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/systemd/system/multi-user.target.wants/gStream2tcp.service
+13
-0
13 additions, 0 deletions
...ystemd/system/multi-user.target.wants/gStream2tcp.service
etc/xrootd/xcache.cfg
+2
-2
2 additions, 2 deletions
etc/xrootd/xcache.cfg
with
15 additions
and
2 deletions
etc/systemd/system/multi-user.target.wants/gStream2tcp.service
0 → 100644
+
13
−
0
View file @
18ad823d
[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
This diff is collapsed.
Click to expand it.
etc/xrootd/xcache.cfg
+
2
−
2
View file @
18ad823d
...
...
@@ -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
1
3
00
send
json
insthdr
collector.atlas-ml.org
:9000
xrootd.monitor
dest
pfc
127.0.0.1
:9000
xrootd.mongstream
pfc
use
flush
30s
maxlen
1
5
00
send
json
insthdr
127.0.0.1
:9000
fi
# resolving bug in rc4
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment