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

remove systemd service file in image

parent 31a1da6e
No related branches found
No related tags found
No related merge requests found
/etc/systemd/system/xcache.service
\ No newline at end of file
[Unit]
Description=XCache
[Service]
Type=forking
PermissionsStartOnly=true
User=xrootd
ExecStart=/usr/bin/xrootd -c /etc/xrootd/xcache.cfg
LimitNOFILE=16384
Restart=always
SuccessExitStatus=1
Environment=LD_PRELOAD=/usr/lib64/libtcmalloc.so
Environment=TCMALLOC_RELEASE_RATE=10
[Install]
WantedBy=multi-user.target
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