summaryrefslogtreecommitdiff
path: root/xfs.sysconfig
blob: 90e1e7e07de93ac4479d258130ab503374888f65 (plain)
1
2
3
4
5
6
7
8
9
10
# Customized settings 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"