ARM 4 Configuration File
Default Location
If not specified on the command line, the program looks for /etc/arm4.conf. If this file doesn't exist, default values are used.
Configuration Directives
user = [username | userid]
Default is the current user.
group = [groupname | groupid]
Default is the current group.
port = portnumber
Default is 8080.
umask = value
Default is 0007.
Example Configuration
# # Example configuration file # # # Set the user # user = arm4 # # Set the group. All arm4 users should be a member of this group # group = arm4 # # Set the port for the XMLRPC calls # port = 8088 # # Set the file creating mask # umask = 0
