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

make xrootd run as pid 2

parent f046a6d9
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,18 @@ BindReadOnly=/etc/grid-security
BindReadOnly=/etc/xrootd
[Exec]
PrivateUsers=False
#PrivateUsers=False
# This might be one way to deal with permissions of bind mounts
# e.g. if the xrootd user inside the container has user id 999 it will consistently
# become 655360 + 999 on the host system
#PrivateUsers=655360
#PrivateUsersOwnership=chown
PrivateUsers=655360
PrivateUsersOwnership=chown
Boot=False
ProcessTwo=True
Parameters=/usr/bin/xrootd -c /etc/xrootd/xcache.cfg
User=xrootd
# Enable this to always make temporary containers (don't write back to the image)
#Ephemeral=True
......
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