summaryrefslogtreecommitdiff
path: root/xfs.sysconfig
blob: 5826d4106082ef00a97a1c0e487253bba2ed2fcf (plain)
1
2
3
4
5
6
7
8
9
10
# Customized setings for xfs

# Specifies the TCP port number on which the server will listen for
# connections. The default port number is 7100.
XFS_PORT="7100"

XFS_OPTIONS="-daemon -droppriv"

# Define nice level for xfs
SERVICE_RUN_NICE_LEVEL="+0"